Beispiele
Observation |
id : ISiKKoerpergewichtExample |
meta |
profile : https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergewicht |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : vital-signs |
code |
coding |
system : http://loinc.org |
code : 29463-7 |
display : Body weight |
coding |
system : http://snomed.info/sct |
code : 27113001 |
display : Body weight |
coding |
system : urn:iso:std:iso:11073:10101 |
code : 188736 |
display : MDC_MASS_BODY_ACTUAL |
text : Körpergewicht |
subject |
reference : Patient/PatientinMusterfrau |
effective : 2020-10-11 |
performer |
reference : Practitioner/DrMustermann |
value |
value : 79 |
unit : kilogram |
system : http://unitsofmeasure.org |
code : kg |
<Observation xmlns="http://hl7.org/fhir"> <id value="ISiKKoerpergewichtExample" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergewicht" /> </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="29463-7" /> <display value="Body weight" /> </coding> <coding> <system value="http://snomed.info/sct" /> <code value="27113001" /> <display value="Body weight" /> </coding> <coding> <system value="urn:iso:std:iso:11073:10101" /> <code value="188736" /> <display value="MDC_MASS_BODY_ACTUAL" /> </coding> <text value="Körpergewicht" /> </code> <subject> <reference value="Patient/PatientinMusterfrau" /> </subject> <effectiveDateTime value="2020-10-11" /> <performer> <reference value="Practitioner/DrMustermann" /> </performer> <valueQuantity> <value value="79" /> <unit value="kilogram" /> <system value="http://unitsofmeasure.org" /> <code value="kg" /> </valueQuantity> </Observation>
{ "resourceType": "Observation", "id": "ISiKKoerpergewichtExample", "meta": { "profile": [ "https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergewicht" ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "29463-7", "display": "Body weight" }, { "system": "http://snomed.info/sct", "code": "27113001", "display": "Body weight" }, { "code": "188736", "system": "urn:iso:std:iso:11073:10101", "display": "MDC_MASS_BODY_ACTUAL" } ], "text": "Körpergewicht" }, "valueQuantity": { "system": "http://unitsofmeasure.org", "value": 79, "code": "kg", "unit": "kilogram" }, "status": "final", "subject": { "reference": "Patient/PatientinMusterfrau" }, "effectiveDateTime": "2020-10-11", "performer": [ { "reference": "Practitioner/DrMustermann" } ] }