CH ELM (R4)
1.14.1 - release Switzerland flag

This page is part of the Observations of notifiable communicable infectious diseases (v1.14.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: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/1bSR-Order> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "1bSR-Order"] ;
  fhir:ServiceRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.value [ fhir:value "22000938108" ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "completed"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:697-3 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "697-3" ] ;
       fhir:Coding.display [ fhir:value "Neisseria gonorrhoeae [Presence] in Urethra by Organism specific culture" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/Pat-001> ;
     fhir:Reference.reference [ fhir:value "Patient/Pat-001" ]
  ] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/1PR-KsAbc> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/1PR-KsAbc" ]
  ] ;
  fhir:ServiceRequest.specimen [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Specimen/1bSpec-Specimen> ;
     fhir:Reference.reference [ fhir:value "Specimen/1bSpec-Specimen" ]
  ] .

<http://hl7.org/fhir/Patient/Pat-001> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/1PR-KsAbc> a fhir:PractitionerRole .

<http://hl7.org/fhir/Specimen/1bSpec-Specimen> a fhir:Specimen .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/1bSR-Order.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/1bSR-Order.ttl> .