0.1.0 - ci-build
EgdeSTS_IG - Local Development build (v0.1.0). See the Directory of published versions
Draft as of 2021-12-16 |
@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 "no-basis-location-type.valueset"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2021-12-16T11:48:46.366+01:00"^^xsd:dateTime ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-no-basis-location-type.codesystem.html\"><code>http://hl7.no/fhir/CodeSystem/no-basis-location-type</code></a></li><li>Include codes from <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a> where concept is-a <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-_ServiceDeliveryLocationRoleType\">_ServiceDeliveryLocationRoleType</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-_ServiceDeliveryLocationRoleType\">_ServiceDeliveryLocationRoleType</a></td><td>ServiceDeliveryLocationRoleType</td><td>A role of a place that further classifies the setting (e.g., accident site, road side, work site, community location) in which services are delivered.</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.no/fhir/ValueSet/no-basis-location-type"];
fhir:ValueSet.version [ fhir:value "0.1.0"];
fhir:ValueSet.name [ fhir:value "NoBasisLocationType"];
fhir:ValueSet.title [ fhir:value "no-basis-location-type.valueset"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean];
fhir:ValueSet.date [ fhir:value "2021-12-16T10:48:45.936+00:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "HL7 Norway"];
fhir:ValueSet.description [ fhir:value "ValueSet for location types used in Location definition. Includes all Norwegian specific types (no-basis-location-type.codesystem) and all codes from v3.ServiceDeliveryLocationRoleType defined by HL7"];
fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.no/fhir/CodeSystem/no-basis-location-type" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:ValueSet.compose.include.filter [
fhir:index 0;
fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ];
fhir:ValueSet.compose.include.filter.value [ fhir:value "_ServiceDeliveryLocationRoleType" ] ] ];
fhir:ValueSet.compose.exclude [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "_ServiceDeliveryLocationRoleType" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.