HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "jp-organization-example-payer",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization jp-organization-example-payer</b></p><a name=\"jp-organization-example-payer\"> </a><a name=\"hcjp-organization-example-payer\"> </a><a name=\"jp-organization-example-payer-ja\"> </a><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber</code>/7654321</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type pay}\">Payer</span></p><p><b>name</b>: ひまわり健康保険組合</p></div>"
},
"identifier" : [
{
"system" : "http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber",
"value" : "7654321"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "pay",
"display" : "Payer"
}
]
}
],
"name" : "ひまわり健康保険組合"
}