This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . 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:Organization;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "principal-pathology-lab"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2021-06-22T14:53:29.809+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#HJa8mk0g943nkTI0" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization> ]
];
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>name</b>: Some Pathology Lab Name</p><p><b>address</b>: Any City CA 95540 USA </p></div>"
];
fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
fhir:Organization.name [ fhir:value "Some Pathology Lab Name"];
fhir:Organization.address [
fhir:index 0;
fhir:Address.line [
fhir:value "Any";
fhir:index 0 ];
fhir:Address.city [ fhir:value "City" ];
fhir:Address.state [ fhir:value "CA" ];
fhir:Address.postalCode [ fhir:value "95540" ];
fhir:Address.country [ fhir:value "USA" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.