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

: ObservationCodes - TTL Representation

Draft as of 2022-05-05

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 "ObservationCodes"];
  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/ObservationCodes</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\">74013-4<a name=\"ObservationCodes-74013-4\"> </a></td><td>Alcohol Use</td></tr><tr><td style=\"white-space:nowrap\">72166-2<a name=\"ObservationCodes-72166-2\"> </a></td><td>Tobacco Use</td></tr><tr><td style=\"white-space:nowrap\">LG41761-4<a name=\"ObservationCodes-LG41761-4\"> </a></td><td>Exercise/Activity</td></tr><tr><td style=\"white-space:nowrap\">74204-9<a name=\"ObservationCodes-74204-9\"> </a></td><td>Drug use</td></tr><tr><td style=\"white-space:nowrap\">74172-8<a name=\"ObservationCodes-74172-8\"> </a></td><td>Level of autonomy</td></tr><tr><td style=\"white-space:nowrap\">9279-1<a name=\"ObservationCodes-9279-1\"> </a></td><td>Respiratory rate</td></tr><tr><td style=\"white-space:nowrap\">8867-4<a name=\"ObservationCodes-8867-4\"> </a></td><td>Heart rate</td></tr><tr><td style=\"white-space:nowrap\">2708-6<a name=\"ObservationCodes-2708-6\"> </a></td><td>Oxygen saturation</td></tr><tr><td style=\"white-space:nowrap\">8310-5<a name=\"ObservationCodes-8310-5\"> </a></td><td>Body temperature</td></tr><tr><td style=\"white-space:nowrap\">8302-2<a name=\"ObservationCodes-8302-2\"> </a></td><td>Body height</td></tr><tr><td style=\"white-space:nowrap\">9843-4<a name=\"ObservationCodes-9843-4\"> </a></td><td>Head Occipital-frontal circumference</td></tr><tr><td style=\"white-space:nowrap\">29463-7<a name=\"ObservationCodes-29463-7\"> </a></td><td>Body weight</td></tr><tr><td style=\"white-space:nowrap\">39156-5<a name=\"ObservationCodes-39156-5\"> </a></td><td>Body mass index (BMI)</td></tr><tr><td style=\"white-space:nowrap\">8480-6<a name=\"ObservationCodes-8480-6\"> </a></td><td>Systolic blood pressure</td></tr><tr><td style=\"white-space:nowrap\">8462-4<a name=\"ObservationCodes-8462-4\"> </a></td><td>Diastolic blood pressure</td></tr><tr><td style=\"white-space:nowrap\">8282-6<a name=\"ObservationCodes-8282-6\"> </a></td><td>Maximum left calf circumference</td></tr><tr><td style=\"white-space:nowrap\">8283-4<a name=\"ObservationCodes-8283-4\"> </a></td><td>Maximum right calf circumference</td></tr><tr><td style=\"white-space:nowrap\">8280-0<a name=\"ObservationCodes-8280-0\"> </a></td><td>Abdominal circumference</td></tr><tr><td style=\"white-space:nowrap\">8277-6<a name=\"ObservationCodes-8277-6\"> </a></td><td>Body surface area</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://ancode.app/fhir/CodeSystem/ObservationCodes"];
  fhir:CodeSystem.version [ fhir:value "0.2.0"];
  fhir:CodeSystem.name [ fhir:value "ObservationCodes"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2022-05-05"^^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 "Observation Codes"];
  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 "74013-4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Alcohol Use" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "72166-2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Tobacco Use" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "LG41761-4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Exercise/Activity" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "74204-9" ];
     fhir:CodeSystem.concept.display [ fhir:value "Drug use" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "74172-8" ];
     fhir:CodeSystem.concept.display [ fhir:value "Level of autonomy" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "9279-1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Respiratory rate" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "8867-4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Heart rate" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "2708-6" ];
     fhir:CodeSystem.concept.display [ fhir:value "Oxygen saturation" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "8310-5" ];
     fhir:CodeSystem.concept.display [ fhir:value "Body temperature" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "8302-2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Body height" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "9843-4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Head Occipital-frontal circumference" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "29463-7" ];
     fhir:CodeSystem.concept.display [ fhir:value "Body weight" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "39156-5" ];
     fhir:CodeSystem.concept.display [ fhir:value "Body mass index (BMI)" ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "8480-6" ];
     fhir:CodeSystem.concept.display [ fhir:value "Systolic blood pressure" ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.concept.code [ fhir:value "8462-4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diastolic blood pressure" ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.concept.code [ fhir:value "8282-6" ];
     fhir:CodeSystem.concept.display [ fhir:value "Maximum left calf circumference" ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.concept.code [ fhir:value "8283-4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Maximum right calf circumference" ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.concept.code [ fhir:value "8280-0" ];
     fhir:CodeSystem.concept.display [ fhir:value "Abdominal circumference" ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.concept.code [ fhir:value "8277-6" ];
     fhir:CodeSystem.concept.display [ fhir:value "Body surface area" ]
  ].

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

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