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

FHIR IG analytics

Packagefhir.nwgenomics.nhs.uk
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-c76b8bc2-ec36-4ce1-a2ea-8c57215115e2.json
FHIR VersionR4

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 c76b8bc2-ec36-4ce1-a2ea-8c57215115e2

status: Partial

patient: Nedl LIVERPOOL

name: Sarah-Jane Nottingham

relationship: mother

sex: female

born: 1924-01-05

deceased: true

reasonReference: Observation Diagnostic Implication

Conditions

-CodeContributedToDeath
*Gastrointestinal obstruction (disorder)true

Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "c76b8bc2-ec36-4ce1-a2ea-8c57215115e2",
  "meta": {
    "profile": [
      "https://fhir.nwgenomics.nhs.uk/StructureDefinition/FamilyMemberHistory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "partial",
  "patient": {
    "reference": "Patient/Patient-Liverpool",
    "display": "Nedl LIVERPOOL"
  },
  "name": "Sarah-Jane Nottingham",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "MTH",
        "display": "mother"
      }
    ]
  },
  "sex": {
    "coding": [
      {
        "code": "female"
      }
    ]
  },
  "bornDate": "1924-01-05",
  "deceasedBoolean": true,
  "reasonReference": [
    {
      "reference": "Observation/6beb613f-d303-42af-b025-86e8e0872061"
    }
  ],
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "126765001",
            "display": "Gastrointestinal obstruction (disorder)"
          }
        ]
      },
      "contributedToDeath": true
    }
  ]
}