Beispiele
Observation |
id : ExampleISiKLaboruntersuchungTSH1 |
meta |
profile : https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTSH |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : laboratory |
code |
coding |
system : http://loinc.org |
code : 3015-5 |
coding |
system : http://snomed.info/sct |
code : 61167004 |
display : Thyroid stimulating hormone measurement |
subject |
reference : Patient/PatientinMusterfrau |
effective : 2021-09-01T12:00:00Z |
performer |
reference : Practitioner/DrMedMusterarzt |
value |
value : 3.4 |
system : http://unitsofmeasure.org |
code : u[IU]/mL |
referenceRange |
low |
value : 0.27 |
system : http://unitsofmeasure.org |
code : u[IU]/mL |
high |
value : 4.2 |
system : http://unitsofmeasure.org |
code : u[IU]/mL |
<Observation xmlns="http://hl7.org/fhir"> <id value="ExampleISiKLaboruntersuchungTSH1" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTSH" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="laboratory" /> </coding> </category> <code> <coding> <system value="http://loinc.org" /> <code value="3015-5" /> </coding> <coding> <system value="http://snomed.info/sct" /> <code value="61167004" /> <display value="Thyroid stimulating hormone measurement" /> </coding> </code> <subject> <reference value="Patient/PatientinMusterfrau" /> </subject> <effectiveDateTime value="2021-09-01T12:00:00Z" /> <performer> <reference value="Practitioner/DrMedMusterarzt" /> </performer> <valueQuantity> <value value="3.4" /> <system value="http://unitsofmeasure.org" /> <code value="u[IU]/mL" /> </valueQuantity> <referenceRange> <low> <value value="0.27" /> <system value="http://unitsofmeasure.org" /> <code value="u[IU]/mL" /> </low> <high> <value value="4.2" /> <system value="http://unitsofmeasure.org" /> <code value="u[IU]/mL" /> </high> </referenceRange> </Observation>
{ "resourceType": "Observation", "id": "ExampleISiKLaboruntersuchungTSH1", "meta": { "profile": [ "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTSH" ] }, "category": [ { "coding": [ { "code": "laboratory", "system": "http://terminology.hl7.org/CodeSystem/observation-category" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "3015-5" }, { "code": "61167004", "system": "http://snomed.info/sct", "display": "Thyroid stimulating hormone measurement" } ] }, "valueQuantity": { "system": "http://unitsofmeasure.org", "value": 3.4, "code": "u[IU]/mL" }, "referenceRange": [ { "low": { "system": "http://unitsofmeasure.org", "value": 0.27, "code": "u[IU]/mL" }, "high": { "system": "http://unitsofmeasure.org", "value": 4.2, "code": "u[IU]/mL" } } ], "status": "final", "subject": { "reference": "Patient/PatientinMusterfrau" }, "performer": [ { "reference": "Practitioner/DrMedMusterarzt" } ], "effectiveDateTime": "09/01/2021 12:00:00" }