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" : "FamilyMemberHistory",
"id" : "jp-familymemberhistory-example-3",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_FamilyMemberHistory"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory jp-familymemberhistory-example-3</b></p><a name=\"jp-familymemberhistory-example-3\"> </a><a name=\"hcjp-familymemberhistory-example-3\"> </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-familymemberhistory.html\">JP Core FamilyMemberHistory Profile</a></p></div><p><b>status</b>: Partial</p><p><b>patient</b>: <a href=\"Patient-jp-patient-example-1.html\">山田 太郎</a></p><p><b>name</b>: 鈴木 花子</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode DOMPART}\">内縁のパートナー</span></p><p><b>sex</b>: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender female}\">Female</span></p></div>"
},
"status" : "partial",
"patient" : {
🔗 "reference" : "Patient/jp-patient-example-1",
"display" : "山田 太郎"
},
"name" : "鈴木 花子",
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "DOMPART",
"display" : "内縁のパートナー"
}
]
},
"sex" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"code" : "female"
}
]
}
}