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 HSV serology - 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 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-hsv"] ; #
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>: HSV 1 & 2 IgM procedure</p>\n <p><b>id:</b> example-lab-procedure-hsv</p>\n <p><b>canonical url:</b> http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-hsv</p>\n <p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition</p>\n <p><b>name:</b> HSVProcedure</p>\n <p><b>description:</b> Serology IgM for HSV</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: 90229-6 |Rubella virus IgM Ab [Units/volume] in Serum by Immunoassay|</p>\n <ul>\n <li><a href=\"ObservationDefinition-example-observation-hsv1igmp.html\"> ObservationDefinition/example-observation-hsv1igmp</a></li>\n <li><a href=\"ObservationDefinition-example-observation-hsv2igmp.html\"> ObservationDefinition/example-observation-hsv2igmp</a></li>\n </ul>\n </div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-hsv"^^xsd:anyURI] ; #
fhir:version [ fhir:v "current"] ; #
fhir:name [ fhir:v "HSVProcedure"] ; #
fhir:title [ fhir:v "HSV 1 & 2 IgM 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 HSV"] ; #
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:90229-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "90229-6" ] ;
fhir:display [ fhir:v "Herpes simplex virus 1 and 2 Ab.IgG and IgM panel - Serum or Plasma" ] ] )
] ; #
fhir:observationResultRequirement ( [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-hsv1igmp"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-hsv1igmp>
] [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-hsv2igmp"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-hsv2igmp>
] ) . #