CH ELM (R4)
1.14.1 - release Switzerland flag

CH ELM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 1.14.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-elm/ and changes regularly. See the Directory of published versions

: 1bDR - Neisseria Gonorrhoeae - 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/DiagnosticReport/1bDR-NeisseriaGonorrhoeae> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "1bDR-NeisseriaGonorrhoeae"] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Composition/1bComp-NeisseriaGonorrhoeae> ;
       fhir:Reference.reference [ fhir:value "Composition/1bComp-NeisseriaGonorrhoeae" ]
     ]
  ] ;
  fhir:DiagnosticReport.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:uuid:1901332d-6012-443f-9690-9291df32e177" ]
  ] ;
  fhir:DiagnosticReport.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/ServiceRequest/1bSR-Order> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/1bSR-Order" ]
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11502-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11502-2" ] ;
       fhir:Coding.display [ fhir:value "Laboratory report" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/Pat-001> ;
     fhir:Reference.reference [ fhir:value "Patient/Pat-001" ]
  ] ;
  fhir:DiagnosticReport.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/1bOrg-Labor> ;
     fhir:Reference.reference [ fhir:value "Organization/1bOrg-Labor" ]
  ] ;
  fhir:DiagnosticReport.specimen [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Specimen/1bSpec-Specimen> ;
     fhir:Reference.reference [ fhir:value "Specimen/1bSpec-Specimen" ]
  ] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/1bObs-NeisseriaGonorrhoeae> ;
     fhir:Reference.reference [ fhir:value "Observation/1bObs-NeisseriaGonorrhoeae" ]
  ] .

<http://hl7.org/fhir/Composition/1bComp-NeisseriaGonorrhoeae> a fhir:Composition .

<http://hl7.org/fhir/ServiceRequest/1bSR-Order> a fhir:ServiceRequest .

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

<http://hl7.org/fhir/Organization/1bOrg-Labor> a fhir:Organization .

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

<http://hl7.org/fhir/Observation/1bObs-NeisseriaGonorrhoeae> a fhir:Observation .

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

<http://hl7.org/fhir/DiagnosticReport/1bDR-NeisseriaGonorrhoeae.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/1bDR-NeisseriaGonorrhoeae.ttl> .