HL7 FHIR JP Core ImplementationGuide
1.3.0-dev - ci-build
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.3.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "jp-organization-department-example-02",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Organization_Department"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization jp-organization-department-example-02</b></p><a name=\"jp-organization-department-example-02\"> </a><a name=\"hcjp-organization-department-example-02\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-organization-department.html\">JP Core Organization Department Profile</a></p></div><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/11312345670</code>/DEPT-001</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type dept}, {http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment 01}\">Hospital Department</span></p><p><b>name</b>: 第一内科</p><p><b>telecom</b>: ph: 03-1234-5678(Work)</p><p><b>partOf</b>: <a href=\"Organization-jp-organization-example-hospital.html\">健康第一病院</a></p></div>"
},
"identifier" : [
{
"system" : "http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/11312345670",
"value" : "DEPT-001",
"assigner" : {
🔗 "reference" : "Organization/jp-organization-example-hospital",
"display" : "健康第一病院"
}
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "dept",
"display" : "Hospital Department"
},
{
"system" : "http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment",
"code" : "01",
"display" : "内科"
}
]
}
],
"name" : "第一内科",
"telecom" : [
{
"system" : "phone",
"value" : "03-1234-5678",
"use" : "work"
}
],
"partOf" : {
🔗 "reference" : "Organization/jp-organization-example-hospital",
"display" : "健康第一病院"
}
}