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
Draft as of 2020-02-05 |
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-lab-service-toxoplasma-serum"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition> ] )
] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\">\n <p><b>Additional Narrative: </b></p>\n <p><b>Laboratory service title</b>: laboratory service - Toxoplasma gondii Ab panel on serum</p>\n <p><b>id:</b> example-lab-service-toxoplasma-serum</p>\n <p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition</p>\n <p><b>CatalogReference:</b> <a href=\"Composition-example-lab-compendium-header.html\"> Composition/example-lab-compendium-header</a> </p>\n <p><b>name:</b> Toxoplasmagondii</p>\n <p><b>description:</b> Toxoplasma gondii Ab panel on serum specimen</p>\n <p><b>type:</b> panel</p>\n <p><b>status:</b> draft, experimental</p>\n <p><b>publisher:</b> HL7 International </p>\n <p><b>contact:</b> HL7 Orders and Observations Work Group (<a href=\"http://www.hl7.org/Special/committees/orders/index.cfm\"> http://www.hl7.org/Special/committees/orders/index.cfm</a>)</p>\n <p><b>useContext (task):</b> LABOE (laboratory test order entry task)</p>\n <p><b>topic:</b> SNOMED CT: 165994006 |Sample serology|</p>\n <table class=\"grid\">\n <tbody>\n <tr><td><b>action:</b></td><td colspan=\"5\"/></tr>\n <tr><td/><td><b>extension:SpecimenRequested:</b></td><td colspan=\"4\"><a href=\"SpecimenDefinition-example-specimen-2ml-serum.html\"> SpecimenDefinition/example-specimen-2ml-serum</a></td></tr>\n <tr><td/><td><b>code:</b></td><td colspan=\"4\"> LOINC: 57770-0 |Toxoplasma gondii IgG and IgM panel - Serum|</td></tr>\n <tr><td/><td><b>action:</b></td><td colspan=\"4\"> <a href=\"ActivityDefinition-example-lab-procedure-toxoplasma.html\"> ActivityDefinition/example-lab-procedure-toxoplasma</a></td></tr>\n </tbody>\n </table>\n </div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogReference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Composition/example-lab-compendium-header" ] ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-service-toxoplasma-serum"^^xsd:anyURI] ; #
fhir:version [ fhir:v "current"] ; #
fhir:name [ fhir:v "Toxoplasmagondii"] ; #
fhir:title [ fhir:v "laboratory service - Toxoplasma gondii Ab panel on serum"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "panel" ] ;
fhir:display [ fhir:v "collection of tests and panels performed on one or more in vitro biologic specimens" ] ] )
] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2020-02-05T20:00:00+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International - Orders and Observations Work Group"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/orders" ] ] )
] ) ; #
fhir:description [ fhir:v "Toxoplasma gondii Ab panel on serum specimen"] ; #
fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "task" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LABOE" ] ;
fhir:display [ fhir:v "laboratory test order entry task" ] ] ) ]
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:topic ( [
( fhir:coding [
a sct:165994006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "165994006" ] ;
fhir:display [ fhir:v "Sample serology" ] ] )
] ) ; #
fhir:action ( [
( fhir:extension [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "Material"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "SpecimenDefinition/example-specimen-2ml-serum" ] ] ] ) ;
fhir:url [ fhir:v "ExclusiveGroup"^^xsd:anyURI ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/SpecimenRequested"^^xsd:anyURI ] ] ) ;
fhir:code [
( fhir:coding [
a loinc:57770-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57770-0" ] ;
fhir:display [ fhir:v "Toxoplasma gondii IgG and IgM panel - Serum" ] ] ) ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-toxoplasma"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-toxoplasma> ]
] ) . #
IG © 2021+ HL7 International - Orders and Observations Work Group. Package hl7.fhir.uv.order-catalog#current based on FHIR 5.0.0. Generated 2023-07-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change