This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "Decedent-Example3"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Madelyn Patel (OFFICIAL)</b> female, DoB: ( Social Beneficiary Identifier: 987654321)</p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/NVSS-SexAtDeath" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/administrative-gender" ];
fhir:Coding.code [ fhir:value "unknown" ];
fhir:Coding.display [ fhir:value "Unknown" ] ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ];
fhir:Extension.valueAddress [
fhir:Address.state [ fhir:value "NY" ];
fhir:Address.country [ fhir:value "US" ] ]
];
fhir:Patient.identifier [
fhir:index 0;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "SB" ];
fhir:Coding.display [ fhir:value "Social Beneficiary Identifier" ] ] ];
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-ssn" ];
fhir:Identifier.value [ fhir:value "987654321" ]
];
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.use [ fhir:value "official" ];
fhir:HumanName.family [ fhir:value "Patel" ];
fhir:HumanName.given [
fhir:value "Madelyn";
fhir:index 0 ]
], [
fhir:index 1;
fhir:HumanName.use [ fhir:value "maiden" ];
fhir:HumanName.text [ fhir:value "Joyce McCain" ];
fhir:HumanName.family [ fhir:value "McCain" ];
fhir:HumanName.given [
fhir:value "Joyce";
fhir:index 0 ]
];
fhir:Patient.gender [ fhir:value "female"];
fhir:Patient.birthDate [
fhir:Element.extension [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Day" ];
fhir:Extension.valueUnsignedInt [ fhir:value "10"^^xsd:nonNegativeInteger ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Year" ];
fhir:Extension.valueUnsignedInt [ fhir:value "2004"^^xsd:nonNegativeInteger ] ], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/Date-Month" ];
fhir:Extension.valueUnsignedInt [ fhir:value "11"^^xsd:nonNegativeInteger ] ];
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/PartialDate" ] ]
];
fhir:Patient.address [
fhir:index 0;
fhir:Address.state [ fhir:value "NY" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.