Beispiele
Observation |
id : ISiKGCSExample |
meta |
profile : https://gematik.de/fhir/isik/StructureDefinition/ISiKGCS |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : survey |
code |
coding |
system : http://loinc.org |
code : 9269-2 |
display : Glasgow coma score total |
coding |
system : http://snomed.info/sct |
code : 248241002 |
display : Glasgow coma score |
coding |
system : urn:iso:std:iso:11073:10101 |
code : 153728 |
display : MDC_SCORE_GLAS_COMA |
subject |
reference : Patient/PatientinMusterfrau |
effective : 2020-10-11 |
performer |
reference : Practitioner/DrMustermann |
value |
value : 11 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
component |
code |
coding |
system : http://loinc.org |
code : 9270-0 |
display : Glasgow coma score verbal |
value |
coding |
system : http://loinc.org |
code : LA6560-2 |
display : Confused |
component |
code |
coding |
system : http://loinc.org |
code : 9268-4 |
display : Glasgow coma score motor |
value |
coding |
system : http://loinc.org |
code : LA6566-9 |
display : Localizing pain |
component |
code |
coding |
system : http://loinc.org |
code : 9267-6 |
display : Glasgow coma score eye opening |
value |
coding |
system : http://loinc.org |
code : LA6555-2 |
display : Eye opening to verbal command |
<Observation xmlns="http://hl7.org/fhir"> <id value="ISiKGCSExample" /> <meta> <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKGCS" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="survey" /> </coding> </category> <code> <coding> <system value="http://loinc.org" /> <code value="9269-2" /> <display value="Glasgow coma score total" /> </coding> <coding> <system value="http://snomed.info/sct" /> <code value="248241002" /> <display value="Glasgow coma score" /> </coding> <coding> <system value="urn:iso:std:iso:11073:10101" /> <code value="153728" /> <display value="MDC_SCORE_GLAS_COMA" /> </coding> </code> <subject> <reference value="Patient/PatientinMusterfrau" /> </subject> <effectiveDateTime value="2020-10-11" /> <performer> <reference value="Practitioner/DrMustermann" /> </performer> <valueQuantity> <value value="11" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </valueQuantity> <component> <code> <coding> <system value="http://loinc.org" /> <code value="9270-0" /> <display value="Glasgow coma score verbal" /> </coding> </code> <valueCodeableConcept> <coding> <system value="http://loinc.org" /> <code value="LA6560-2" /> <display value="Confused" /> </coding> </valueCodeableConcept> </component> <component> <code> <coding> <system value="http://loinc.org" /> <code value="9268-4" /> <display value="Glasgow coma score motor" /> </coding> </code> <valueCodeableConcept> <coding> <system value="http://loinc.org" /> <code value="LA6566-9" /> <display value="Localizing pain" /> </coding> </valueCodeableConcept> </component> <component> <code> <coding> <system value="http://loinc.org" /> <code value="9267-6" /> <display value="Glasgow coma score eye opening" /> </coding> </code> <valueCodeableConcept> <coding> <system value="http://loinc.org" /> <code value="LA6555-2" /> <display value="Eye opening to verbal command" /> </coding> </valueCodeableConcept> </component> </Observation>
{ "resourceType": "Observation", "id": "ISiKGCSExample", "meta": { "profile": [ "https://gematik.de/fhir/isik/StructureDefinition/ISiKGCS" ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "survey" } ] } ], "valueQuantity": { "system": "http://unitsofmeasure.org", "code": "1", "value": 11, "unit": "Punktwert" }, "code": { "coding": [ { "system": "http://loinc.org", "code": "9269-2", "display": "Glasgow coma score total" }, { "system": "http://snomed.info/sct", "code": "248241002", "display": "Glasgow coma score" }, { "code": "153728", "system": "urn:iso:std:iso:11073:10101", "display": "MDC_SCORE_GLAS_COMA" } ] }, "component": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "9270-0", "display": "Glasgow coma score verbal" } ] }, "valueCodeableConcept": { "coding": [ { "code": "LA6560-2", "system": "http://loinc.org", "display": "Confused" } ] } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "9268-4", "display": "Glasgow coma score motor" } ] }, "valueCodeableConcept": { "coding": [ { "code": "LA6566-9", "system": "http://loinc.org", "display": "Localizing pain" } ] } }, { "code": { "coding": [ { "system": "http://loinc.org", "code": "9267-6", "display": "Glasgow coma score eye opening" } ] }, "valueCodeableConcept": { "coding": [ { "code": "LA6555-2", "system": "http://loinc.org", "display": "Eye opening to verbal command" } ] } } ], "status": "final", "subject": { "reference": "Patient/PatientinMusterfrau" }, "effectiveDateTime": "2020-10-11", "performer": [ { "reference": "Practitioner/DrMustermann" } ] }