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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-mni-familyMemberHistory-example1.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 mni-familyMemberHistory-example1

status: Completed

patient: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)

relationship: Father of the patient

deceased: 60 years (Details: UCUM codea = 'a')

condition

code: Prostate injury with open wound into cavity

contributedToDeath: true

condition

code: Food allergy diet


Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "mni-familyMemberHistory-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-familyMemberHistory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "patient": {
    "reference": "Patient/mni-patient-example1"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "FTH",
        "display": "father"
      }
    ],
    "text": "Father of the patient"
  },
  "deceasedAge": {
    "value": 60,
    "unit": "years",
    "system": "http://unitsofmeasure.org",
    "code": "a"
  },
  "condition": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "210243005",
            "display": "Prostate injury with open wound into cavity"
          }
        ],
        "text": "Prostate injury with open wound into cavity"
      },
      "contributedToDeath": true
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "409002",
            "display": "Food allergy diet"
          }
        ],
        "text": "Food allergy diet"
      }
    }
  ]
}