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

: 1DR - 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/1DR-NeisseriaGonorrhoeae> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "1DR-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/1Comp-NeisseriaGonorrhoeae> ;
       fhir:Reference.reference [ fhir:value "Composition/1Comp-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-9291adb2e19d" ]
  ] ;
  fhir:DiagnosticReport.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/ServiceRequest/1SR-Order> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/1SR-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/1Org-Labor> ;
     fhir:Reference.reference [ fhir:value "Organization/1Org-Labor" ]
  ] ;
  fhir:DiagnosticReport.specimen [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Specimen/1Spec-Specimen> ;
     fhir:Reference.reference [ fhir:value "Specimen/1Spec-Specimen" ]
  ] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/1Obs-NeisseriaGonorrhoeae> ;
     fhir:Reference.reference [ fhir:value "Observation/1Obs-NeisseriaGonorrhoeae" ]
  ] .

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

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

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

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

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

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

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

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