HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions
: JP Core Organization Example ABC検査株式会社 - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "jp-organization-example-inspection",
"meta" : {
"profile" : [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"jp-organization-example-inspection\"> </a></p><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\">Resource Organization "jp-organization-example-inspection" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-organization.html\">JP Core Organization Profile</a></p></div><p><b>identifier</b>: id:\u00a0000-000-000</p><p><b>type</b>: Organizational team <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#team)</span></p><p><b>name</b>: ひまわりABC検査株式会社健康保険組合</p></div>"
},
"identifier" : [
{
"system" : "http://abc-hospital.local/fhir/Organization/localcode",
"value" : "000-000-000"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "team",
"display" : "Organizational team"
}
]
}
],
"name" : "ひまわりABC検査株式会社健康保険組合"
}