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

FHIR IG analytics

Packagehl7.fhir.uv.ibcm
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-uc3-familymemberhistory.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: FamilyMemberHistory uc3-familymemberhistory

status: Partial

patient: Anonymous Patient (no stated gender), DoB Unknown

relationship: mother

Conditions

-Code
*Achondroplasia

Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "uc3-familymemberhistory",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "partial",
  "patient": {
    "reference": "Patient/uc3-fetus"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "MTH",
        "display": "mother"
      }
    ]
  },
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "86268005",
            "display": "Achondroplasia"
          }
        ]
      }
    }
  ]
}