@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:FamilyMemberHistory ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "father"] ; # Example adapted from MCC eCare Plan Implementation Guide father fhir:meta [ fhir:versionId [ fhir:v "11" ] ; fhir:lastUpdated [ fhir:v "2022-11-17T22:02:53.691+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#SAeRVf4viOeLzIXn"^^xsd:anyURI ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: FamilyMemberHistory

Resource FamilyMemberHistory "father" Version "11" Updated "2022-11-17 22:02:53+0000"

Information Source: #SAeRVf4viOeLzIXn!

identifier: id: 12345

status: completed

patient: Patient/dan-harry " DAN"

date: 2011-03-18

relationship: father (RoleCode#FTH)

sex: Male (AdministrativeGender#male)

Conditions

-CodeContributedToDeathOnset[x]
*Sudden Heart Attack (SNOMED CT#57054005 "Acute Myocardial Infarction")true74 yr (Details: UCUM code a = 'a')
" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "12345" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] ; # fhir:date [ fhir:v "2011-03-18"^^xsd:date] ; # fhir:relationship [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "FTH" ] ; fhir:display [ fhir:v "father" ] ] ) ] ; # fhir:sex [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ; fhir:code [ fhir:v "male" ] ; fhir:display [ fhir:v "Male" ] ] ) ] ; # fhir:condition ( [ fhir:code [ fhir:coding ( [ a sct:57054005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "57054005" ] ; fhir:display [ fhir:v "Acute Myocardial Infarction" ] ] ) ; fhir:text [ fhir:v "Sudden Heart Attack" ] ] ; fhir:contributedToDeath [ fhir:v "true"^^xsd:boolean ] ; fhir:onset [ a fhir:Age ; fhir:value [ fhir:v "74"^^xsd:decimal ] ; fhir:unit [ fhir:v "yr" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "a" ] ] ] ) . # # -------------------------------------------------------------------------------------