ePath R4 Implementation Guide
0.0.4 - ci-build
Japan
ePath R4 Implementation Guide - Local Development build (v0.0.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2024-10-24 |
{
"resourceType" : "CodeSystem",
"id" : "epath-patient-classification-cs",
"url" : "http://e-path.jp/fhir/ePath/CodeSystem/EPath_PatientClassification_CS",
"version" : "0.0.4",
"name" : "EPath_PatientClassification_CS",
"title" : "EPath_PatientClassification_CS",
"status" : "active",
"date" : "2024-10-24",
"contact" : [
{
"name" : "ePath Project",
"telecom" : [
{
"system" : "url",
"value" : "http://e-path.jp"
}
]
}
],
"description" : "入外区分",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "JP"
}
]
}
],
"caseSensitive" : true,
"content" : "fragment",
"concept" : [
{
"code" : "I",
"display" : "入院"
},
{
"code" : "O",
"display" : "外来"
}
]
}