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 Toxoplasma Ab interpretation - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Resource.id [ fhir:value "example-observation-toxoint"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabObservationDefinition";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabObservationDefinition>     ]
  ]; # 
  fhir:Resource.language [ fhir:value "en-US"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: ObservationDefinition</b><a name=\"example-observation-toxoint\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ObservationDefinition &quot;example-observation-toxoint&quot;  (Language &quot;en-US&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LabObservationDefinition.html\">Laboratory Observation Definition</a></p></div><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-toxoint\">http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-toxoint</a></p><p><b>status</b>: active</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Toxoplasma gondii Ab [Interpretation] in Serum <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#20464-4)</span></p><p><b>permittedDataType</b>: string, CodeableConcept</p><p><b>multipleResultsAllowed</b>: true</p></div>"
  ]; # 
  fhir:ObservationDefinition.url [ fhir:value "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-toxoint"]; # 
  fhir:ObservationDefinition.status [ fhir:value "active"]; # 
  fhir:ObservationDefinition.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "laboratory" ];
       fhir:Coding.display [ fhir:value "Laboratory" ]     ]
  ]; # 
  fhir:ObservationDefinition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:20464-4;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "20464-4" ];
       fhir:Coding.display [ fhir:value "Toxoplasma gondii Ab [Interpretation] in Serum" ]     ]
  ]; # 
  fhir:ObservationDefinition.permittedDataType [
     fhir:value "string";
     fhir:index 0
  ], [
     fhir:value "CodeableConcept";
     fhir:index 1
  ]; # 
  fhir:ObservationDefinition.multipleResultsAllowed [ fhir:value "true"^^xsd:boolean]. # 

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

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