@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:FamilyMemberHistory ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/FamilyMemberHistory"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: FamilyMemberHistory example-01 identifier: 12345status: Completedpatient: ABCdate: 2011-03-18relationship: fathersex: MaleConditions-CodeContributedToDeathOnset[x]*Heart Attacktrue84 yr (Details: UCUM codea = 'a')"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:value [ fhir:v "12345" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ; fhir:display [ fhir:v "ABC" ] ] ; # 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:315619001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "315619001" ] ; fhir:display [ fhir:v "FH myocardial infarction male first degree age known" ] ] ) ; fhir:text [ fhir:v "Heart Attack" ] ] ; fhir:contributedToDeath [ fhir:v "true"^^xsd:boolean ] ; fhir:onset [ a fhir:Age ; fhir:value [ fhir:v "84"^^xsd:decimal ] ; fhir:unit [ fhir:v "yr" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "a" ] ] ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: FamilyMemberHistory example-01
identifier: 12345
status: Completed
patient: ABC
date: 2011-03-18
relationship: father
sex: Male