Beispiele
Observation |
id : ExampleISiKLaboruntersuchungTroponin1 |
meta |
profile : https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTroponin |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : laboratory |
code |
coding |
system : http://loinc.org |
code : 42757-5 |
coding |
system : http://snomed.info/sct |
code : 105000003 |
display : Troponin measurement |
subject |
reference : Patient/PatientinMusterfrau |
effective : 2021-09-01T12:00:00Z |
performer |
reference : Practitioner/DrMedMusterarzt |
value |
value : 0.1 |
system : http://unitsofmeasure.org |
code : ug/L |
referenceRange |
high |
value : 0.4 |
system : http://unitsofmeasure.org |
code : ug/L |
<Observation xmlns="http://hl7.org/fhir"> <id value="ExampleISiKLaboruntersuchungTroponin1" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTroponin" /> </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="42757-5" /> </coding> <coding> <system value="http://snomed.info/sct" /> <code value="105000003" /> <display value="Troponin 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="0.1" /> <system value="http://unitsofmeasure.org" /> <code value="ug/L" /> </valueQuantity> <referenceRange> <high> <value value="0.4" /> <system value="http://unitsofmeasure.org" /> <code value="ug/L" /> </high> </referenceRange> </Observation>
{ "resourceType": "Observation", "id": "ExampleISiKLaboruntersuchungTroponin1", "meta": { "profile": [ "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungTroponin" ] }, "category": [ { "coding": [ { "code": "laboratory", "system": "http://terminology.hl7.org/CodeSystem/observation-category" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "42757-5" }, { "code": "105000003", "system": "http://snomed.info/sct", "display": "Troponin measurement" } ] }, "valueQuantity": { "system": "http://unitsofmeasure.org", "value": 0.1, "code": "ug/L" }, "referenceRange": [ { "high": { "system": "http://unitsofmeasure.org", "value": 0.4, "code": "ug/L" } } ], "status": "final", "subject": { "reference": "Patient/PatientinMusterfrau" }, "performer": [ { "reference": "Practitioner/DrMedMusterarzt" } ], "effectiveDateTime": "09/01/2021 12:00:00" }