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
: 1DR - Neisseria Gonorrhoeae - 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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "1DR-NeisseriaGonorrhoeae"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-diagnosticreport"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-diagnosticreport> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 11502-2}\">Laboratory report</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>D M </b> male, DoB: 1960-08-22 ( id: 7562295883070)</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-1Obs-NeisseriaGonorrhoeae.html\"><span title=\"Codes: {http://loinc.org 697-3}\">Neisseria gonorrhoeae [Presence] in Urethra by Organism specific culture</span></a></td><td><span title=\"Codes: {http://snomed.info/sct 10828004}\">Positive</span></td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}\">Positive</span></td><td>2023-07-14 11:10:00+0200</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Composition/1Comp-NeisseriaGonorrhoeae" ] ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/1SR-Order" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ] ;
fhir:display [ fhir:v "Laboratory report" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1Pat-DM" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/1Org-Labor" ]
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/1Spec-Specimen" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/1Obs-NeisseriaGonorrhoeae" ]
] ) . #