HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions
: JP Core Coverage Example 健康保険証 - JSON Representation
Raw json | Download
{
"resourceType" : "Coverage",
"id" : "jp-coverage-example-1",
"meta" : {
"profile" : [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Coverage"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage</b><a name=\"jp-coverage-example-1\"> </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 Coverage \"jp-coverage-example-1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-coverage.html\">JP Core Coverage Profile</a></p></div><p><b>JP Core Coverage InsuredPersonSymbol Extension</b>: 12-34</p><p><b>JP Core Coverage InsuredPersonNumber Extension</b>: 5678</p><p><b>JP Core Coverage InsuredPersonSubNumber Extension</b>: 00</p><p><b>identifier</b>: id: \"12-34\",\"5678\",\"00\"</p><p><b>status</b>: active</p><p><b>type</b>: public healthcare <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#PUBLICPOL)</span></p><p><b>subscriberId</b>: \"12-34\",\"5678\"</p><p><b>beneficiary</b>: <a href=\"Patient-jp-patient-example-1.html\">Patient/jp-patient-example-1</a> \" 山田\"</p><p><b>dependent</b>: 00</p><p><b>payor</b>: <a href=\"Organization-jp-organization-example-payer.html\">Organization/jp-organization-example-payer</a> \"ひまわり健康保険組合\"</p></div>"
},
"extension" : [
{
"url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonSymbol",
"valueString" : "12-34"
},
{
"url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonNumber",
"valueString" : "5678"
},
{
"url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonSubNumber",
"valueString" : "00"
}
],
"identifier" : [
{
"value" : "\"12-34\",\"5678\",\"00\""
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "PUBLICPOL"
}
]
},
"subscriberId" : "\"12-34\",\"5678\"",
"beneficiary" : {
"reference" : "Patient/jp-patient-example-1"
},
"dependent" : "00",
"payor" : [
{
"reference" : "Organization/jp-organization-example-payer"
}
]
}