MyHealth@Eu Laboratory Report
0.1.1 - trial-use 150

MyHealth@Eu Laboratory Report - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: eHDSI Observation category - TTL Representation

Page standards status: Trial-use Maturity Level: 2

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "eHDSIObservationCategory"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet eHDSIObservationCategory</b></p><a name=\"eHDSIObservationCategory\"> </a><a name=\"hceHDSIObservationCategory\"> </a><a name=\"eHDSIObservationCategory-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-observation-category.html\"><code>http://terminology.hl7.org/CodeSystem/observation-category</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/6.2.0/CodeSystem-observation-category.html#observation-category-laboratory\">laboratory</a></td><td>Laboratory</td><td>The results of observations generated by laboratories.  Laboratory results are typically generated by laboratories providing analytic services in areas such as chemistry, hematology, serology, histology, cytology, anatomic pathology (including digital pathology), microbiology, and/or virology. These observations are based on analysis of specimens obtained from the patient and submitted to the laboratory.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-observation-category.html#observation-category-exam\">exam</a></td><td>Exam</td><td>Observations generated by physical exam findings including direct observations made by a clinician and use of simple instruments and the result of simple maneuvers performed directly on the patient's body.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-observation-category.html#observation-category-imaging\">imaging</a></td><td>Imaging</td><td>Observations generated by imaging. The scope includes observations regarding plain x-ray, ultrasound, CT, MRI, angiography, echocardiography, and nuclear medicine.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-observation-category.html#observation-category-vital-signs\">vital-signs</a></td><td>Vital Signs</td><td>Clinical observations measure the body's basic functions such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.ehdsi.eu/ValueSet/eHDSIObservationCategory"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.71" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "EHDSIObservationCategory"] ; # 
  fhir:title [ fhir:v "eHDSI Observation category"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-05-16T14:33:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MyHealth@Eu"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MyHealth@Eu" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This Value Set is used for the Laboratory Observation Results Category code"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ]       ] [
fhir:code [ fhir:v "exam" ] ;
fhir:display [ fhir:v "Exam" ]       ] [
fhir:code [ fhir:v "imaging" ] ;
fhir:display [ fhir:v "Imaging" ]       ] [
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]       ] )     ] )
  ] . #