This page is part of the Observations of notifiable communicable infectious diseases (v1.0.0-trialuse: STU 1 Draft) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: 1SR - Order - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "1SR-Order"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-servicerequest-laboratory-order"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-servicerequest-laboratory-order> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"1SR-Order\"> </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 ServiceRequest "1SR-Order" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-elm-servicerequest-laboratory-order.html\">CH ELM ServiceRequest: Laboratory Order</a></p></div><p><b>identifier</b>: id: 22000938108</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: Neisseria gonorrhoeae [Presence] in Urethra by Organism specific culture <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#697-3)</span></p><p><b>subject</b>: <a href=\"Patient-1Pat-DM.html\">Patient/1Pat-DM</a> " M"</p><p><b>requester</b>: <a href=\"PractitionerRole-1PR-KsAbc.html\">PractitionerRole/1PR-KsAbc</a></p><p><b>specimen</b>: <a href=\"Specimen-1Spec-Specimen.html\">Specimen/1Spec-Specimen</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.lab.ch/order-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "22000938108" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
a loinc:697-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "697-3" ] ;
fhir:display [ fhir:v "Neisseria gonorrhoeae [Presence] in Urethra by Organism specific culture" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1Pat-DM" ]
] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/1PR-KsAbc" ]
] ; #
fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/1Spec-Specimen" ]
] ) . #