CH ELM (R4)
1.9.1 - release Switzerland flag

This page is part of the Observations of notifiable communicable infectious diseases (v1.9.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 1bSR - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "1bSR-Order"] ; # 
  fhir:identifier ( [
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/Pat-001" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/1PR-KsAbc" ]
  ] ; # 
  fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/1bSpec-Specimen" ]
  ] ) . #