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.12.0 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
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "66Doc-HivRecency"] ; #
fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:b9a8b9ee-9157-44af-b46e-8c683c69d6bd" ]
] ; #
fhir:type [ fhir:v "document"] ; #
fhir:timestamp [ fhir:v "2025-03-17T12:00:00+02:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/Composition/66Comp-HivRecency"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/Composition/66Comp-HivRecency> )
] [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/DiagnosticReport/66DR-HivRecency"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/DiagnosticReport/66DR-HivRecency> )
] [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/Patient/66Pat"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/Patient/66Pat> )
] [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/Observation/66Obs-HivRecency"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/Observation/66Obs-HivRecency> )
] [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/Specimen/66Spec-HivRecency"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/Specimen/66Spec-HivRecency> )
] [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/ServiceRequest/66SR-HivRecency"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/ServiceRequest/66SR-HivRecency> )
] [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/Organization/1Org-Labor"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/Organization/1Org-Labor> )
] [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/PractitionerRole/PR-PeterHauser"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/PractitionerRole/PR-PeterHauser> )
] [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/Practitioner/Pract-PeterHauser"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/Practitioner/Pract-PeterHauser> )
] [
fhir:fullUrl [ fhir:v "http://test.fhir.ch/r4/Organization/Org-PeterHauser"^^xsd:anyURI ] ;
( fhir:resource <http://test.fhir.ch/r4/Organization/Org-PeterHauser> )
] ) . #
<http://test.fhir.ch/r4/Composition/66Comp-HivRecency> a fhir:Composition ;
fhir:id [ fhir:v "66Comp-HivRecency"] ; #
fhir:language [ fhir:v "de-CH"] ; #
fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:b9a8b9ee-9157-44af-b46e-8c683c69d6bd" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a sct:4241000179101 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/2011000195101" ] ;
fhir:code [ fhir:v "4241000179101" ] ;
fhir:display [ fhir:v "Laborbericht" ] ] [
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/66Pat" ]
] ; #
fhir:date [ fhir:v "2025-03-17T12:00:00+02:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Organization/1Org-Labor" ]
] ) ; #
fhir:title [ fhir:v "Laborbericht vom 17.03.2025"] ; #
fhir:section ( [
fhir:title [ fhir:v "Analyseergebnisse der mikrobiologischen Untersuchung" ] ;
fhir:code [
( fhir:coding [
a loinc:18727-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18727-8" ] ;
fhir:display [ fhir:v "Serology studies (set)" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/66Obs-HivRecency" ] ] )
] ) . #
<http://test.fhir.ch/r4/DiagnosticReport/66DR-HivRecency> a fhir:DiagnosticReport ;
fhir:id [ fhir:v "66DR-HivRecency"] ; #
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/66Comp-HivRecency" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:b9a8b9ee-9157-44af-b46e-8c683c69d6bd" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/66SR-HivRecency" ]
] ) ; #
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/66Pat" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/1Org-Labor" ]
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/66Spec-HivRecency" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/66Obs-HivRecency" ]
] ) . #
<http://test.fhir.ch/r4/Patient/66Pat> a fhir:Patient ;
fhir:id [ fhir:v "66Pat"] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.756.5.32"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7561234567897" ]
] ) ; #
fhir:name ( [
( fhir:extension [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-ext-hiv-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "H5" ] ] ) ;
fhir:family [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "masked" ] ] ) ] ;
( fhir:given [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "masked" ] ] ) ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1981-02-07"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:city [ fhir:v "Carouge" ] ;
fhir:state [ fhir:v "GE" ] ;
fhir:postalCode [ fhir:v "1227" ] ;
fhir:country [
fhir:v "CH" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ] ] ) ]
] ) . #
<http://test.fhir.ch/r4/Observation/66Obs-HivRecency> a fhir:Observation ;
fhir:id [ fhir:v "66Obs-HivRecency"] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:77685-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77685-6" ] ;
fhir:display [ fhir:v "HIV 1 and 2 IgG Ab [Identifier] in Serum or Plasma by Immunoblot" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/66Pat" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-03-15T14:20:00+02:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/1Org-Labor" ]
] ) ; #
fhir:specimen [
fhir:reference [ fhir:v "Specimen/66Spec-HivRecency" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a sct:118040000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118040000" ] ;
fhir:display [ fhir:v "Measurement of Human immunodeficiency virus 1 glycoprotein 120 antibody (procedure)" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "[arb'U]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[arb'U]" ] ]
] [
fhir:code [
( fhir:coding [
a sct:118044009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118044009" ] ;
fhir:display [ fhir:v "Measurement of Human immunodeficiency virus 1 glycoprotein 41 antibody (procedure)" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 0.5 ] ;
fhir:unit [ fhir:v "[arb'U]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[arb'U]" ] ]
] [
fhir:code [
( fhir:coding [
a sct:118052007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118052007" ] ;
fhir:display [ fhir:v "Measurement of Human immunodeficiency virus 1 protein 31 antibody (procedure)" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0"^^xsd:decimal ] ;
fhir:unit [ fhir:v "[arb'U]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[arb'U]" ] ]
] [
fhir:code [
( fhir:coding [
a sct:117749009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "117749009" ] ;
fhir:display [ fhir:v "Measurement of Human immunodeficiency virus 1 protein 24 antibody (procedure)" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "[arb'U]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[arb'U]" ] ]
] [
fhir:code [
( fhir:coding [
a sct:118047002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118047002" ] ;
fhir:display [ fhir:v "Measurement of Human immunodeficiency virus 1 protein 17 antibody (procedure)" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "[arb'U]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[arb'U]" ] ]
] [
fhir:code [
( fhir:coding [
a sct:118062000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118062000" ] ;
fhir:display [ fhir:v "Measurement of Human immunodeficiency virus 2 glycoprotein 105 antibody (procedure)" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0"^^xsd:decimal ] ;
fhir:unit [ fhir:v "[arb'U]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[arb'U]" ] ]
] [
fhir:code [
( fhir:coding [
a sct:118067006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118067006" ] ;
fhir:display [ fhir:v "Measurement of Human immunodeficiency virus 2 glycoprotein 36 antibody (procedure)" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "4"^^xsd:decimal ] ;
fhir:unit [ fhir:v "[arb'U]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[arb'U]" ] ]
] ) . #
<http://test.fhir.ch/r4/Specimen/66Spec-HivRecency> a fhir:Specimen ;
fhir:id [ fhir:v "66Spec-HivRecency"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/66Pat" ]
] ; #
fhir:collection [
fhir:collected [
a fhir:dateTime ;
fhir:v "2025-03-15T14:20:00+02:00"^^xsd:dateTime ]
] . #
<http://test.fhir.ch/r4/ServiceRequest/66SR-HivRecency> a fhir:ServiceRequest ;
fhir:id [ fhir:v "66SR-HivRecency"] ; #
fhir:identifier ( [
fhir:value [ fhir:v "36500923675" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
a loinc:77685-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77685-6" ] ;
fhir:display [ fhir:v "HIV 1 and 2 IgG Ab [Identifier] in Serum or Plasma by Immunoblot" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/66Pat" ]
] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/PR-PeterHauser" ]
] ; #
fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/66Spec-HivRecency" ]
] ) . #
<http://test.fhir.ch/r4/Organization/1Org-Labor> a fhir:Organization ;
fhir:id [ fhir:v "1Org-Labor"] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7601002331470" ]
] ) ; #
fhir:name [ fhir:v "SanLab"] . #
<http://test.fhir.ch/r4/PractitionerRole/PR-PeterHauser> a fhir:PractitionerRole ;
fhir:id [ fhir:v "PR-PeterHauser"] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/Pract-PeterHauser" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/Org-PeterHauser" ]
] . #
<http://test.fhir.ch/r4/Practitioner/Pract-PeterHauser> a fhir:Practitioner ;
fhir:id [ fhir:v "Pract-PeterHauser"] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7601000000514" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Hauser" ] ;
( fhir:given [ fhir:v "Peter" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "peter.hauser@hauserpraxis.ch" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+41 79 222 33 44" ]
] ) . #
<http://test.fhir.ch/r4/Organization/Org-PeterHauser> a fhir:Organization ;
fhir:id [ fhir:v "Org-PeterHauser"] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.756.5.45"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A74966168" ]
] ) ; #
fhir:name [ fhir:v "Praxis Dr. Hauser"] ; #
fhir:address ( [
( fhir:line [
fhir:v "Hauptstrasse 10" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Hauptstrasse" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "10" ] ] ) ] ) ;
fhir:city [ fhir:v "Solothurn" ] ;
fhir:postalCode [ fhir:v "4500" ]
] ) . #
IG © 2023+ Federal Office of Public Health FOPH. Package ch.fhir.ig.ch-elm#1.12.0 based on FHIR 4.0.1. Generated 2025-09-22
Links: Table of Contents |
QA Report
| Propose a change