Order Catalog Implementation Guide
current - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Lab observation vitamin D - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:ObservationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-observation-vitamin-d"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabObservationDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabObservationDefinition>     ] )
  ] ; # 
  fhir:language [ fhir:v "fr-FR"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr-FR\" lang=\"fr-FR\">\n            <p><b>Additional Narrative in French language | Vue narrative en français : </b></p>\n            <p>Analyse de biologie médicale : dosage vitamine D dans sérum sanguin</p>\n            <p>Catégorie : laboratoire</p>\n            <p>Identification : 14635-7 |25-hydroxycholécalciférol [Moles/Volume] Sérum/Plasma ; Numérique| (http://loinc.org)</p>\n            <p>Types de résultat autorisés : quantitatif, textuel</p>\n            <p>Résultat multiples : non</p>\n            <p>intitulé préféré sur compte rendu : Vitamine D</p>\n            <p>Unité de mesure : pmol/L (http://unitsofmeasure.org)</p>\n        </div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-vitamin-d"^^xsd:anyURI] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:14635-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "14635-7" ] ;
fhir:display [ fhir:v "25-hydroxyvitamin D3 [Moles/volume] in Serum or Plasma" ]     ] )
  ] ; # 
  fhir:permittedDataType ( [ fhir:v "Quantity"] [ fhir:v "string"] ) ; # 
  fhir:multipleResultsAllowed [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:preferredReportName [ fhir:v "Vitamine D"] . #