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 procedure Rubella IgM - TTL Representation

Draft as of 2020-02-19

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ActivityDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-lab-procedure-rubella"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition>     ] )
  ] ; # 
  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 procedure title</b>: Rubella serology procedure</p>\n            <p><b>id:</b> example-lab-procedure-rubella</p>\n            <p><b>canonical url:</b> http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-rubella</p>\n            <p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition</p>\n            <p><b>name:</b> RubellaProcedure</p>\n            <p><b>description:</b> Serology IgM for Rubella</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>topic:</b> SNOMED CT: 165994006 |Sample serology|</p>\n            <p><b>kind:</b> ServiceRequest</p>\n            <p><b>code:</b> LOINC: 5335-5 |Rubella virus IgM Ab [Units/volume] in Serum by Immunoassay|</p>\n            <p><b>output observation:</b> <a href=\"ObservationDefinition-example-observation-rubigm.html\"> ObservationDefinition/example-observation-rubigm</a></p>\n        </div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-rubella"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "current"] ; # 
  fhir:name [ fhir:v "RubellaProcedure"] ; # 
  fhir:title [ fhir:v "Rubella serology procedure"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-02-19T14: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 "Serology IgM for Rubella"] ; # 
  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:effectivePeriod [
fhir:start [ fhir:v "2020-04-01"^^xsd:date ] ;
fhir:end [ fhir:v "2022-12-25"^^xsd:date ]
  ] ; # 
  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:kind [ fhir:v "ServiceRequest"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:5335-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5335-5" ] ;
fhir:display [ fhir:v "Rubella virus IgM Ab [Units/volume] in Serum by Immunoassay" ]     ] )
  ] ; # 
  fhir:observationResultRequirement ( [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-rubigm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-rubigm>
  ] ) . #