0.1.0 - ci-build

EgdeSTS_IG - Local Development build (v0.1.0). See the Directory of published versions

: no-basis-location-type.codesystem - TTL Representation

Draft as of 2021-12-16

Raw ttl | Download


@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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "no-basis-location-type.codesystem"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-05-07T02:00:00.000+02:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.no/fhir/CodeSystem/no-basis-location-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">video<a name=\"no-basis-location-type.codesystem-video\"> </a></td><td>Video</td><td>Any two-way video+audio communication/conference system</td></tr><tr><td style=\"white-space:nowrap\">telephone<a name=\"no-basis-location-type.codesystem-telephone\"> </a></td><td>Telephone</td><td>Telephone or other two-way audio communication</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.no/fhir/CodeSystem/no-basis-location-type"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "NoBasisLocationType"];
  fhir:CodeSystem.title [ fhir:value "no-basis-location-type.codesystem"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2021-12-16T00:00:00+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 Norway"];
  fhir:CodeSystem.description [ fhir:value "Additional codes for location.type used by no-basis-Location"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "video" ];
     fhir:CodeSystem.concept.display [ fhir:value "Video" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Any two-way video+audio communication/conference system" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "telephone" ];
     fhir:CodeSystem.concept.display [ fhir:value "Telephone" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Telephone or other two-way audio communication" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.