Beispiele
Observation |
id : ISiKKoerpergroesseExample |
meta |
profile : https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergroesse |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : vital-signs |
code |
coding |
system : http://loinc.org |
code : 8302-2 |
display : Body height |
coding |
system : http://snomed.info/sct |
code : 1153637007 |
display : Body height |
text : Körpergröße |
subject |
reference : Patient/PatientinMusterfrau |
effective : 2020-10-11 |
performer |
reference : Practitioner/DrMustermann |
value |
value : 174 |
unit : centimeter |
system : http://unitsofmeasure.org |
code : cm |
<Observation xmlns="http://hl7.org/fhir"> <id value="ISiKKoerpergroesseExample" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergroesse" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="vital-signs" /> </coding> </category> <code> <coding> <system value="http://loinc.org" /> <code value="8302-2" /> <display value="Body height" /> </coding> <coding> <system value="http://snomed.info/sct" /> <code value="1153637007" /> <display value="Body height" /> </coding> <text value="Körpergröße" /> </code> <subject> <reference value="Patient/PatientinMusterfrau" /> </subject> <effectiveDateTime value="2020-10-11" /> <performer> <reference value="Practitioner/DrMustermann" /> </performer> <valueQuantity> <value value="174" /> <unit value="centimeter" /> <system value="http://unitsofmeasure.org" /> <code value="cm" /> </valueQuantity> </Observation>
{ "resourceType": "Observation", "id": "ISiKKoerpergroesseExample", "meta": { "profile": [ "https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergroesse" ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8302-2", "display": "Body height" }, { "system": "http://snomed.info/sct", "code": "1153637007", "display": "Body height" } ], "text": "Körpergröße" }, "valueQuantity": { "system": "http://unitsofmeasure.org", "value": 174, "code": "cm", "unit": "centimeter" }, "status": "final", "subject": { "reference": "Patient/PatientinMusterfrau" }, "effectiveDateTime": "2020-10-11", "performer": [ { "reference": "Practitioner/DrMustermann" } ] }