This page is part of the Vital Records Birth and Fetal Death Reporting (v1.0.0: STU 1 on FHIR R4) 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:Practitioner;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "practitioner-vital-records-jessica-leung"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2021-05-14T04:55:44.112+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#JYLGYQkSvhNGHDUK" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vital-records";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vital-records> ]
];
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>identifier</b>: id: 223347055</p><p><b>name</b>: Leung Jessica </p><h3>Qualifications</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor OTH}\">Birth Clerk</span></td></tr></table></div>"
];
fhir:Practitioner.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "223347055" ]
];
fhir:Practitioner.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Jessica" ];
fhir:HumanName.given [
fhir:value "Leung";
fhir:index 0 ]
];
fhir:Practitioner.qualification [
fhir:index 0;
fhir:Practitioner.qualification.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ];
fhir:Coding.code [ fhir:value "OTH" ];
fhir:Coding.display [ fhir:value "other" ] ];
fhir:CodeableConcept.text [ fhir:value "Birth Clerk" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.