Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. 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: <https://loinc.org/rdf/> .
@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:ObservationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-observation-toxoint"] ; #
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 "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: ObservationDefinition example-observation-toxoint</b></p><a name=\"example-observation-toxoint\"> </a><a name=\"hcexample-observation-toxoint\"> </a><a name=\"example-observation-toxoint-en-US\"> </a><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\">Language: en-US</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>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 20464-4}\">Toxoplasma gondii Ab [Interpretation] in Serum</span></p><p><b>permittedDataType</b>: string, CodeableConcept</p><p><b>multipleResultsAllowed</b>: true</p></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-toxoint"^^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:20464-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20464-4" ] ;
fhir:display [ fhir:v "Toxoplasma gondii Ab [Interpretation] in Serum" ] ] )
] ; #
fhir:permittedDataType ( [ fhir:v "string"] [ fhir:v "CodeableConcept"] ) ; #
fhir:multipleResultsAllowed [ fhir:v true] . #