Vulcan ePI FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
Active as of 2022-09-02 |
@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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "organizationIdSystems"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:ietf:rfc:3986</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>https://spor.ema.europa.eu/omswi</td><td>SPOR Organization (EU)</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/vulcan-epi/ValueSet/organizationIdSystems"];
fhir:ValueSet.version [ fhir:value "0.1.0"];
fhir:ValueSet.name [ fhir:value "VsOrganizationIdSystems"];
fhir:ValueSet.title [ fhir:value "Organization identifier systems"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2022-09-02T12:45:28+00:00"^^xsd:dateTime];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Gravitate Health Project" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.gravitatehealth.eu/" ] ]
];
fhir:ValueSet.description [ fhir:value "Organization Identifier systems (uri)"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "https://spor.ema.europa.eu/omswi" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "SPOR Organization (EU)" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.