FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-jp-familymemberhistory-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "jp-familymemberhistory-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_FamilyMemberHistory"
    ]
  },
  "status": "partial",
  "patient": {
    "reference": "Patient/jp-patient-example-1",
    "display": "山田 太郎"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "MTH"
      }
    ]
  },
  "sex": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "code": "female"
      }
    ]
  },
  "reasonCode": [
    {
      "text": "難聴"
    }
  ],
  "condition": [
    {
      "code": {
        "text": "糖尿病"
      }
    },
    {
      "code": {
        "text": "難聴"
      }
    }
  ]
}