Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

: PhysicalType - TTL Representation

Draft as of 2022-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 "PhysicalType"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/PhysicalType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">si<a name=\"PhysicalType-si\"> </a></td><td>Site</td></tr><tr><td style=\"white-space:nowrap\">bu<a name=\"PhysicalType-bu\"> </a></td><td>Building</td></tr><tr><td style=\"white-space:nowrap\">wa<a name=\"PhysicalType-wa\"> </a></td><td>Ward</td></tr><tr><td style=\"white-space:nowrap\">lvl<a name=\"PhysicalType-lvl\"> </a></td><td>Level</td></tr><tr><td style=\"white-space:nowrap\">co<a name=\"PhysicalType-co\"> </a></td><td>Corridor</td></tr><tr><td style=\"white-space:nowrap\">ro<a name=\"PhysicalType-ro\"> </a></td><td>Room</td></tr><tr><td style=\"white-space:nowrap\">bd<a name=\"PhysicalType-bd\"> </a></td><td>Bed</td></tr><tr><td style=\"white-space:nowrap\">ve<a name=\"PhysicalType-ve\"> </a></td><td>Vehicle</td></tr><tr><td style=\"white-space:nowrap\">ca<a name=\"PhysicalType-ca\"> </a></td><td>Cabinet</td></tr><tr><td style=\"white-space:nowrap\">reception<a name=\"PhysicalType-reception\"> </a></td><td>Reception</td></tr><tr><td style=\"white-space:nowrap\">service-desk<a name=\"PhysicalType-service-desk\"> </a></td><td>Service Desk</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://ancode.app/fhir/CodeSystem/PhysicalType"];
  fhir:CodeSystem.version [ fhir:value "0.2.0"];
  fhir:CodeSystem.name [ fhir:value "PhysicalType"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2022-12-16"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "Ancode"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://ancode.app" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Procedure Type"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "si" ];
     fhir:CodeSystem.concept.display [ fhir:value "Site" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "bu" ];
     fhir:CodeSystem.concept.display [ fhir:value "Building" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "wa" ];
     fhir:CodeSystem.concept.display [ fhir:value "Ward" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "lvl" ];
     fhir:CodeSystem.concept.display [ fhir:value "Level" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "co" ];
     fhir:CodeSystem.concept.display [ fhir:value "Corridor" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "ro" ];
     fhir:CodeSystem.concept.display [ fhir:value "Room" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "bd" ];
     fhir:CodeSystem.concept.display [ fhir:value "Bed" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "ve" ];
     fhir:CodeSystem.concept.display [ fhir:value "Vehicle" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "ca" ];
     fhir:CodeSystem.concept.display [ fhir:value "Cabinet" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "reception" ];
     fhir:CodeSystem.concept.display [ fhir:value "Reception" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "service-desk" ];
     fhir:CodeSystem.concept.display [ fhir:value "Service Desk" ]
  ].

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

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