TestVisperBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes des Tests zur visuellen Perzeption
Observation |
id : TestVisperBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestVisper |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 311886005 |
display : Visual perception, function |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
value : 14 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
referenceRange |
low |
value : 0 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 8 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 9 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 10 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 17621005 |
display : Borderline (qualifier value) |
referenceRange |
low |
value : 11 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 15 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestVisperBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestVisper" ] }, "status": "final", "code": { "coding": [ { "code": "311886005", "system": "http://snomed.info/sct", "display": "Visual perception, function" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 8, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 9, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 10, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "17621005", "system": "http://snomed.info/sct", "display": "Borderline (qualifier value)" } ] } }, { "low": { "value": 11, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 15, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Normal (qualifier value)" } ] } } ], "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01", "valueQuantity": { "value": 14, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="TestVisperBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestVisper" /> </meta> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="311886005" /> <display value="Visual perception, function" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueQuantity> <value value="14" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </valueQuantity> <referenceRange> <low> <value value="0" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="8" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </high> <type> <coding> <system value="http://snomed.info/sct" /> <code value="263654008" /> <display value="Abnormal (qualifier value)" /> </coding> </type> </referenceRange> <referenceRange> <low> <value value="9" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="10" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </high> <type> <coding> <system value="http://snomed.info/sct" /> <code value="17621005" /> <display value="Borderline (qualifier value)" /> </coding> </type> </referenceRange> <referenceRange> <low> <value value="11" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="15" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </high> <type> <coding> <system value="http://snomed.info/sct" /> <code value="263654008" /> <display value="Normal (qualifier value)" /> </coding> </type> </referenceRange> </Observation>