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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeFamilyMemberHistory
IdUKCore-FamilyMemberHistory-Extension-AssociatedEncounter-Example.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": "UKCore-FamilyMemberHistory-Extension-AssociatedEncounter-Example",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter",
      "valueReference": {
        "reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
      }
    }
  ],
  "status": "partial",
  "patient": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example",
    "display": "Richard Smith"
  },
  "date": "2023-05-09",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "FTH",
        "display": "father"
      }
    ]
  },
  "sex": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "code": "male",
        "display": "Male"
      }
    ]
  },
  "bornDate": "1949-12-13",
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "275121006",
            "display": "Family history: Angina"
          }
        ]
      },
      "onsetAge": {
        "value": 64,
        "unit": "year",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ]
}