FHIR Implementation Guide for ABDM 5.0.0 - active India
FHIR Implementation Guide for ABDM - Local Development build (v5.0.0). See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - 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 <https://nrces.in/ndhm/fhir/r4/StructureDefinition/FamilyMemberHistory> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Father died of a heart attack aged 84</div>" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "12345" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:patient [ 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" ] ] ] ) . #