This page is part of the Vital Records Common Profile Library (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. 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:RelatedPerson;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "relatedperson-mother-natural-carmen-teresa-lee-common"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "3" ];
fhir:Meta.lastUpdated [ fhir:value "2020-11-19T04:04:28.189+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#OhHtVk7dEqXcb5PW" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-natural";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-natural> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-decedent-fetus-not-named-common.html\">Patient - Decedent Fetus (Fetus Not Named). Generated Summary: Medical Record Number: 9932702 (USUAL); UNK ; gender: female; birthDate: 2019-01-09; deceased</a></p><p><b>relationship</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode NMTH}\">Natural Mother</span></p><p><b>name</b>: Carmen Teresa Lee (OFFICIAL)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1986-02-15</p></div>"
];
fhir:RelatedPerson.active [ fhir:value "true"^^xsd:boolean];
fhir:RelatedPerson.patient [
fhir:Reference.reference [ fhir:value "Patient/patient-decedent-fetus-not-named-common" ];
fhir:Reference.display [ fhir:value "Patient - Decedent Fetus (Fetus Not Named)" ]
];
fhir:RelatedPerson.relationship [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "NMTH" ];
fhir:Coding.display [ fhir:value "natural mother" ] ];
fhir:CodeableConcept.text [ fhir:value "Natural Mother" ]
];
fhir:RelatedPerson.name [
fhir:index 0;
fhir:HumanName.use [ fhir:value "official" ];
fhir:HumanName.family [ fhir:value "Lee" ];
fhir:HumanName.given [
fhir:value "Carmen";
fhir:index 0 ], [
fhir:value "Teresa";
fhir:index 1 ]
];
fhir:RelatedPerson.gender [ fhir:value "female"];
fhir:RelatedPerson.birthDate [ fhir:value "1986-02-15"^^xsd:date].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.