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

FHIR IG analytics

Packagefhir.onc.us-quality-core
Resource TypeFamilyMemberHistory
IdFamilyMemberHistory-example.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 example

status: Completed

patient: Peter Patient

date: 2011-03-18 17:49:10+0000

relationship: FATHER

Conditions

-ExtensionCodeOutcomeOnset[x]Note
*Family history of myocardial infarction in male relative of first degree, age known (situation)Congenital bent nose74 yr (Details: UCUM codea = 'a')

Was fishing at the time. At least he went doing something he loved.


Source1

{
  "resourceType": "FamilyMemberHistory",
  "id": "example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-familymemberhistory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "patient": {
    "reference": "Patient/example",
    "display": "Peter Patient"
  },
  "date": "2011-03-18T17:49:10+00:00",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "FTH",
        "display": "FATHER"
      }
    ]
  },
  "condition": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "399166001",
                "display": "Fatal"
              }
            ]
          }
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "315619001",
            "display": "Family history of myocardial infarction in male relative of first degree, age known (situation)"
          }
        ],
        "text": "Family history of myocardial infarction in male relative of first degree, age known (situation)"
      },
      "outcome": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "520004",
            "display": "Congenital bent nose"
          }
        ]
      },
      "onsetAge": {
        "value": 74,
        "unit": "yr",
        "system": "http://unitsofmeasure.org",
        "code": "a"
      },
      "note": [
        {
          "text": "Was fishing at the time. At least he went doing something he loved."
        }
      ]
    }
  ]
}