Beispiele
- Beispiele
- ChronischeKrankheitBeispiel
- BehinderungBeispiel
- BlutdruckBeispiel
- KoerpergewichtBeispiel
- KoerpergroesseBeispiel
- MehraufwandBeispiel
- RisikofaktorBeispiel
- SchulempfehlungBeispiel
- StatusKindBeispiel
- TestDysBeispiel
- TestKoordBeispiel
- TestMengBeispiel
- TestPlurBeispiel
- TestPraepBeispiel
- TestPswoeBeispiel
- TestSelaufmBeispiel
- TestVismotBeispiel
- TestVisperBeispiel
- TestZaehlBeispiel
- UntersuchungBeispielEndokrineFunktion
- UntersuchungBeispielErnaehrung
- UntersuchungBeispielMuskel
- UntersuchungBeispielNeurologie
- VerwandtePersonBeispiel
- PaediatrischeLeistungBeispiel
ChronischeKrankheitBeispiel
Ressourcentyp: Condition
Beispiel des Datensatzes einer Chronischen Erkrankung
Condition |
id : ChronischeKrankheitBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/ChronischeKrankheit |
code |
coding |
system : http://snomed.info/sct |
code : 56265001 |
display : Heart disease (disorder) |
subject |
reference : Patient/PersonBeispiel |
{ "resourceType": "Condition", "id": "ChronischeKrankheitBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/ChronischeKrankheit" ] }, "code": { "coding": [ { "code": "56265001", "system": "http://snomed.info/sct", "display": "Heart disease (disorder)" } ] }, "subject": { "reference": "Patient/PersonBeispiel" } }
<Condition xmlns="http://hl7.org/fhir"> <id value="ChronischeKrankheitBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/ChronischeKrankheit" /> </meta> <code> <coding> <system value="http://snomed.info/sct" /> <code value="56265001" /> <display value="Heart disease (disorder)" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> </Condition>
BehinderungBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes einer Behinderung
Observation |
id : BehinderungBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/Behinderung |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : exam |
display : Exam |
code |
coding |
system : http://snomed.info/sct |
code : 21134002 |
display : Disability (finding) |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/BehinderungsTypCS |
code : K |
display : Körperlich |
{ "resourceType": "Observation", "id": "BehinderungBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/Behinderung" ] }, "code": { "coding": [ { "code": "21134002", "system": "http://snomed.info/sct", "display": "Disability (finding)" } ] }, "category": [ { "coding": [ { "code": "exam", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Exam" } ] } ], "status": "final", "valueCodeableConcept": { "coding": [ { "code": "K", "system": "https://www.oegd.de/fhir/seu/CodeSystem/BehinderungsTypCS", "display": "Körperlich" } ] }, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }
<Observation xmlns="http://hl7.org/fhir"> <id value="BehinderungBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Behinderung" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="21134002" /> <display value="Disability (finding)" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueCodeableConcept> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/BehinderungsTypCS" /> <code value="K" /> <display value="Körperlich" /> </coding> </valueCodeableConcept> </Observation>
BlutdruckBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes eines Blutdrucks
Could not find subject. File was not found for BlutdruckBeispiel
Command 'json' could not render: File was not found for BlutdruckBeispiel
Command 'xml' could not render: File was not found for BlutdruckBeispiel
KoerpergewichtBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes eines Koerpergewichts
Could not find subject. File was not found for KoerpergewichtBeispiel
Command 'json' could not render: File was not found for KoerpergewichtBeispiel
Command 'xml' could not render: File was not found for KoerpergewichtBeispiel
KoerpergroesseBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes einer Koerpergroesse
Could not find subject. File was not found for KoerpergroesseBeispiel
Command 'json' could not render: File was not found for KoerpergroesseBeispiel
Command 'xml' could not render: File was not found for KoerpergroesseBeispiel
MehraufwandBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes eines Mehraufwands
Observation |
id : MehraufwandBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : exam |
display : Exam |
code |
coding |
system : http://snomed.info/sct |
code : 416393001 |
display : Procedure time out (procedure) |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value : True |
{ "resourceType": "Observation", "id": "MehraufwandBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand" ] }, "code": { "coding": [ { "code": "416393001", "system": "http://snomed.info/sct", "display": "Procedure time out (procedure)" } ] }, "category": [ { "coding": [ { "code": "exam", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Exam" } ] } ], "status": "final", "valueBoolean": true, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }
<Observation xmlns="http://hl7.org/fhir"> <id value="MehraufwandBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="416393001" /> <display value="Procedure time out (procedure)" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueBoolean value="true" /> </Observation>
RisikofaktorBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes eines Risikofaktors
Observation |
id : RisikofaktorBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/Risikofaktor |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : social-history |
display : Social History |
code |
coding |
system : http://snomed.info/sct |
code : 80943009 |
display : Risk factor (observable entity) |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/RisikofaktorCS |
code : familie |
display : Familie |
{ "resourceType": "Observation", "id": "RisikofaktorBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/Risikofaktor" ] }, "code": { "coding": [ { "code": "80943009", "system": "http://snomed.info/sct", "display": "Risk factor (observable entity)" } ] }, "category": [ { "coding": [ { "code": "social-history", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Social History" } ] } ], "status": "final", "valueCodeableConcept": { "coding": [ { "code": "familie", "system": "https://www.oegd.de/fhir/seu/CodeSystem/RisikofaktorCS", "display": "Familie" } ] }, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }
<Observation xmlns="http://hl7.org/fhir"> <id value="RisikofaktorBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Risikofaktor" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="social-history" /> <display value="Social History" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="80943009" /> <display value="Risk factor (observable entity)" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueCodeableConcept> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/RisikofaktorCS" /> <code value="familie" /> <display value="Familie" /> </coding> </valueCodeableConcept> </Observation>
SchulempfehlungBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes einer Schulempfehlung
Observation |
id : SchulempfehlungBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/Schulempfehlung |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : exam |
display : Exam |
code |
coding |
system : http://snomed.info/sct |
code : 420227002 |
display : Recommendation to (procedure) |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/SchulempfehlungCS |
code : nein |
display : keine regelabweichende Schulempfehlung |
{ "resourceType": "Observation", "id": "SchulempfehlungBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/Schulempfehlung" ] }, "code": { "coding": [ { "code": "420227002", "system": "http://snomed.info/sct", "display": "Recommendation to (procedure)" } ] }, "category": [ { "coding": [ { "code": "exam", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Exam" } ] } ], "status": "final", "valueCodeableConcept": { "coding": [ { "code": "nein", "system": "https://www.oegd.de/fhir/seu/CodeSystem/SchulempfehlungCS", "display": "keine regelabweichende Schulempfehlung" } ] }, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }
<Observation xmlns="http://hl7.org/fhir"> <id value="SchulempfehlungBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Schulempfehlung" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="420227002" /> <display value="Recommendation to (procedure)" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueCodeableConcept> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/SchulempfehlungCS" /> <code value="nein" /> <display value="keine regelabweichende Schulempfehlung" /> </coding> </valueCodeableConcept> </Observation>
StatusKindBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes eines Kind Status
Observation |
id : StatusKindBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/StatusKind |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 308402004 |
display : Child development status (finding) |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/StatusKindCS |
code : regel |
display : Regel |
{ "resourceType": "Observation", "id": "StatusKindBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/StatusKind" ] }, "code": { "coding": [ { "code": "308402004", "system": "http://snomed.info/sct", "display": "Child development status (finding)" } ] }, "status": "final", "valueCodeableConcept": { "coding": [ { "code": "regel", "system": "https://www.oegd.de/fhir/seu/CodeSystem/StatusKindCS", "display": "Regel" } ] }, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }
<Observation xmlns="http://hl7.org/fhir"> <id value="StatusKindBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/StatusKind" /> </meta> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="308402004" /> <display value="Child development status (finding)" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueCodeableConcept> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/StatusKindCS" /> <code value="regel" /> <display value="Regel" /> </coding> </valueCodeableConcept> </Observation>
TestDysBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes einer Dyslexie
Observation |
id : TestDysBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestDys |
status : final |
code |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS |
code : dys |
display : Anzahl auffälliger Laut/Stammfehler |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
value : 2 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
referenceRange |
low |
value : 0 |
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 : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 0 |
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 : 0 |
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 : 263654008 |
display : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestDysBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestDys" ] }, "status": "final", "code": { "coding": [ { "code": "dys", "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS", "display": "Anzahl auffälliger Laut/Stammfehler" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 10, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 0, "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": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 10, "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": 2, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="TestDysBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestDys" /> </meta> <status value="final" /> <code> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" /> <code value="dys" /> <display value="Anzahl auffälliger Laut/Stammfehler" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueQuantity> <value value="2" /> <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="10" /> <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="0" /> <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="0" /> <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="263654008" /> <display value="Normal (qualifier value)" /> </coding> </type> </referenceRange> </Observation>
TestKoordBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes einer Koordination
Observation |
id : TestKoordBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestKoord |
status : final |
code |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS |
code : koord |
display : Regelstufe |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
value : 12 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
referenceRange |
low |
value : 0 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 6 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 7 |
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 : 17621005 |
display : Borderline (qualifier value) |
referenceRange |
low |
value : 9 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 30 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestKoordBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestKoord" ] }, "status": "final", "code": { "coding": [ { "code": "koord", "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS", "display": "Regelstufe" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 6, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 7, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 8, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "17621005", "system": "http://snomed.info/sct", "display": "Borderline (qualifier value)" } ] } }, { "low": { "value": 9, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 30, "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": 12, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="TestKoordBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestKoord" /> </meta> <status value="final" /> <code> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" /> <code value="koord" /> <display value="Regelstufe" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueQuantity> <value value="12" /> <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="6" /> <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="7" /> <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="17621005" /> <display value="Borderline (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="30" /> <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>
TestMengBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes des Tests zur Mengenbildung
Observation |
id : TestMengBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestMeng |
status : final |
code |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS |
code : meng |
display : SOPESS- Mengenvergleich, Simultanerfassung |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
value : 15 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
referenceRange |
low |
value : 0 |
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 : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 11 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 13 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 17621005 |
display : Borderline (qualifier value) |
referenceRange |
low |
value : 14 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 16 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestMengBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestMeng" ] }, "status": "final", "code": { "coding": [ { "code": "meng", "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS", "display": "SOPESS- Mengenvergleich, Simultanerfassung" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 10, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 11, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 13, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "17621005", "system": "http://snomed.info/sct", "display": "Borderline (qualifier value)" } ] } }, { "low": { "value": 14, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 16, "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": 15, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="TestMengBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestMeng" /> </meta> <status value="final" /> <code> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" /> <code value="meng" /> <display value="SOPESS- Mengenvergleich, Simultanerfassung" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueQuantity> <value value="15" /> <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="10" /> <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="11" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="13" /> <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="14" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="16" /> <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>
TestPlurBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes des Tests zur Pluralbildung
Observation |
id : TestPlurBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestPlur |
status : final |
code |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS |
code : plur |
display : SOPESS-Pluralbildung |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
value : 7 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
referenceRange |
low |
value : 0 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 3 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 4 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 5 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 17621005 |
display : Borderline (qualifier value) |
referenceRange |
low |
value : 6 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 7 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestPlurBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestPlur" ] }, "status": "final", "code": { "coding": [ { "code": "plur", "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS", "display": "SOPESS-Pluralbildung" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 3, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 4, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 5, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "17621005", "system": "http://snomed.info/sct", "display": "Borderline (qualifier value)" } ] } }, { "low": { "value": 6, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 7, "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": 7, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="TestPlurBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestPlur" /> </meta> <status value="final" /> <code> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" /> <code value="plur" /> <display value="SOPESS-Pluralbildung" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueQuantity> <value value="7" /> <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="3" /> <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="4" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="5" /> <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="6" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="7" /> <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>
TestPraepBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes des Tests zur Präpositionsbildung
Observation |
id : TestPraepBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestPraep |
status : final |
code |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS |
code : praep |
display : SOPESS-Präpositionen |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
value : 5 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
referenceRange |
low |
value : 0 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 4 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 5 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 5 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 17621005 |
display : Borderline (qualifier value) |
referenceRange |
low |
value : 6 |
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 : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestPraepBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestPraep" ] }, "status": "final", "code": { "coding": [ { "code": "praep", "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS", "display": "SOPESS-Präpositionen" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 4, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 5, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 5, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "17621005", "system": "http://snomed.info/sct", "display": "Borderline (qualifier value)" } ] } }, { "low": { "value": 6, "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": "Normal (qualifier value)" } ] } } ], "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01", "valueQuantity": { "value": 5, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="TestPraepBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestPraep" /> </meta> <status value="final" /> <code> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" /> <code value="praep" /> <display value="SOPESS-Präpositionen" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueQuantity> <value value="5" /> <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="4" /> <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="5" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="5" /> <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="6" /> <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="Normal (qualifier value)" /> </coding> </type> </referenceRange> </Observation>
TestPswoeBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes des Tests zur Wortbildung
Observation |
id : TestPswoeBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestPswoe |
status : final |
code |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS |
code : pswoe |
display : Sprachkompetenz und audit. Invormationsverarbeitung |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
value : 6 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
referenceRange |
low |
value : 0 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 3 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 4 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 4 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 17621005 |
display : Borderline (qualifier value) |
referenceRange |
low |
value : 5 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 6 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestPswoeBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestPswoe" ] }, "status": "final", "code": { "coding": [ { "code": "pswoe", "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS", "display": "Sprachkompetenz und audit. Invormationsverarbeitung" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 3, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 4, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 4, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "17621005", "system": "http://snomed.info/sct", "display": "Borderline (qualifier value)" } ] } }, { "low": { "value": 5, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 6, "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": 6, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="TestPswoeBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestPswoe" /> </meta> <status value="final" /> <code> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" /> <code value="pswoe" /> <display value="Sprachkompetenz und audit. Invormationsverarbeitung" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueQuantity> <value value="6" /> <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="3" /> <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="4" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="4" /> <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="5" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="6" /> <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>
TestSelaufmBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes des Tests zur selektiven Aufnahme
Observation |
id : TestSelaufmBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestSelaufm |
status : final |
code |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS |
code : selaufm |
display : SOPESS- Selektive-Aufmerksamkeit |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
value : 28 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
referenceRange |
low |
value : 0 |
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 : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 11 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 13 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 17621005 |
display : Borderline (qualifier value) |
referenceRange |
low |
value : 14 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 29 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestSelaufmBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestSelaufm" ] }, "status": "final", "code": { "coding": [ { "code": "selaufm", "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS", "display": "SOPESS- Selektive-Aufmerksamkeit" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 10, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 11, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 13, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "17621005", "system": "http://snomed.info/sct", "display": "Borderline (qualifier value)" } ] } }, { "low": { "value": 14, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 29, "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": 28, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="TestSelaufmBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestSelaufm" /> </meta> <status value="final" /> <code> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" /> <code value="selaufm" /> <display value="SOPESS- Selektive-Aufmerksamkeit" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueQuantity> <value value="28" /> <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="10" /> <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="11" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="13" /> <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="14" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="29" /> <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>
TestVismotBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes des Tests zur Visuomotorik
Observation |
id : TestVismotBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestVismot |
status : final |
code |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS |
code : vismot |
display : Visuomotorik |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
value : 6 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
referenceRange |
low |
value : 0 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 4 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 5 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 6 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 17621005 |
display : Borderline (qualifier value) |
referenceRange |
low |
value : 7 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 12 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestVismotBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestVismot" ] }, "status": "final", "code": { "coding": [ { "code": "vismot", "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS", "display": "Visuomotorik" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 4, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 5, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 6, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "17621005", "system": "http://snomed.info/sct", "display": "Borderline (qualifier value)" } ] } }, { "low": { "value": 7, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 12, "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": 6, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="TestVismotBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestVismot" /> </meta> <status value="final" /> <code> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" /> <code value="vismot" /> <display value="Visuomotorik" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueQuantity> <value value="6" /> <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="4" /> <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="5" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="6" /> <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="7" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="12" /> <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>
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>
TestZaehlBeispiel
Ressourcentyp: Observation
Beispiel des Datensatzes des Tests zu Zaehlungsfähigkeiten
Observation |
id : TestZaehlBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/TestZaehl |
status : final |
code |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS |
code : zaehl |
display : SOPESS-Zahlen und Mengenwissen |
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 : 12 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Abnormal (qualifier value) |
referenceRange |
low |
value : 13 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 16 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 17621005 |
display : Borderline (qualifier value) |
referenceRange |
low |
value : 17 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
high |
value : 20 |
unit : Punktwert |
system : http://unitsofmeasure.org |
code : 1 |
type |
coding |
system : http://snomed.info/sct |
code : 263654008 |
display : Normal (qualifier value) |
{ "resourceType": "Observation", "id": "TestZaehlBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/TestZaehl" ] }, "status": "final", "code": { "coding": [ { "code": "zaehl", "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS", "display": "SOPESS-Zahlen und Mengenwissen" } ] }, "referenceRange": [ { "low": { "value": 0, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 12, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "263654008", "system": "http://snomed.info/sct", "display": "Abnormal (qualifier value)" } ] } }, { "low": { "value": 13, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 16, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "type": { "coding": [ { "code": "17621005", "system": "http://snomed.info/sct", "display": "Borderline (qualifier value)" } ] } }, { "low": { "value": 17, "code": "1", "system": "http://unitsofmeasure.org", "unit": "Punktwert" }, "high": { "value": 20, "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="TestZaehlBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestZaehl" /> </meta> <status value="final" /> <code> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" /> <code value="zaehl" /> <display value="SOPESS-Zahlen und Mengenwissen" /> </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="12" /> <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="13" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="16" /> <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="17" /> <unit value="Punktwert" /> <system value="http://unitsofmeasure.org" /> <code value="1" /> </low> <high> <value value="20" /> <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>
UntersuchungBeispielEndokrineFunktion
Ressourcentyp: Observation
Beispiel des Datensatzes zur Endokrinen Funktion
Observation |
id : UntersuchungBeispielEndokrineFunktion |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : exam |
display : Exam |
code |
coding |
system : http://snomed.info/sct |
code : 123036008 |
display : Endocrine function |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS |
code : G |
display : Grenzwertig |
{ "resourceType": "Observation", "id": "UntersuchungBeispielEndokrineFunktion", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" ] }, "category": [ { "coding": [ { "code": "exam", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Exam" } ] } ], "status": "final", "code": { "coding": [ { "code": "123036008", "system": "http://snomed.info/sct", "display": "Endocrine function" } ] }, "valueCodeableConcept": { "coding": [ { "code": "G", "system": "https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS", "display": "Grenzwertig" } ] }, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }
<Observation xmlns="http://hl7.org/fhir"> <id value="UntersuchungBeispielEndokrineFunktion" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="123036008" /> <display value="Endocrine function" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueCodeableConcept> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS" /> <code value="G" /> <display value="Grenzwertig" /> </coding> </valueCodeableConcept> </Observation>
UntersuchungBeispielErnaehrung
Ressourcentyp: Observation
Beispiel des Datensatzes zur Ernährung
Observation |
id : UntersuchungBeispielErnaehrung |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : exam |
display : Exam |
code |
coding |
system : http://snomed.info/sct |
code : 87276001 |
display : Nutritional Status |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS |
code : A |
display : Arztbrief |
{ "resourceType": "Observation", "id": "UntersuchungBeispielErnaehrung", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" ] }, "category": [ { "coding": [ { "code": "exam", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Exam" } ] } ], "status": "final", "code": { "coding": [ { "code": "87276001", "system": "http://snomed.info/sct", "display": "Nutritional Status" } ] }, "valueCodeableConcept": { "coding": [ { "code": "A", "system": "https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS", "display": "Arztbrief" } ] }, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }
<Observation xmlns="http://hl7.org/fhir"> <id value="UntersuchungBeispielErnaehrung" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="87276001" /> <display value="Nutritional Status" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueCodeableConcept> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS" /> <code value="A" /> <display value="Arztbrief" /> </coding> </valueCodeableConcept> </Observation>
UntersuchungBeispielMuskel
Ressourcentyp: Observation
Beispiel des Datensatzes zur Muskeluntersuchung
Observation |
id : UntersuchungBeispielMuskel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : exam |
display : Exam |
code |
coding |
system : http://snomed.info/sct |
code : 79984008 |
display : Skeletal muscle system structure (body structure) |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS |
code : I |
display : In Ordnung |
{ "resourceType": "Observation", "id": "UntersuchungBeispielMuskel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" ] }, "category": [ { "coding": [ { "code": "exam", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Exam" } ] } ], "status": "final", "code": { "coding": [ { "code": "79984008", "system": "http://snomed.info/sct", "display": "Skeletal muscle system structure (body structure)" } ] }, "valueCodeableConcept": { "coding": [ { "code": "I", "system": "https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS", "display": "In Ordnung" } ] }, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }
<Observation xmlns="http://hl7.org/fhir"> <id value="UntersuchungBeispielMuskel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="79984008" /> <display value="Skeletal muscle system structure (body structure)" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueCodeableConcept> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS" /> <code value="I" /> <display value="In Ordnung" /> </coding> </valueCodeableConcept> </Observation>
UntersuchungBeispielNeurologie
Ressourcentyp: Observation
Beispiel des Datensatzes zur Neurologieuntersuchung
Observation |
id : UntersuchungBeispielNeurologie |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : exam |
display : Exam |
code |
coding |
system : http://snomed.info/sct |
code : 394591006 |
display : Neurological Status |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS |
code : I |
display : In Ordnung |
{ "resourceType": "Observation", "id": "UntersuchungBeispielNeurologie", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" ] }, "category": [ { "coding": [ { "code": "exam", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Exam" } ] } ], "status": "final", "code": { "coding": [ { "code": "394591006", "system": "http://snomed.info/sct", "display": "Neurological Status" } ] }, "valueCodeableConcept": { "coding": [ { "code": "I", "system": "https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS", "display": "In Ordnung" } ] }, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }
<Observation xmlns="http://hl7.org/fhir"> <id value="UntersuchungBeispielNeurologie" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="394591006" /> <display value="Neurological Status" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueCodeableConcept> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS" /> <code value="I" /> <display value="In Ordnung" /> </coding> </valueCodeableConcept> </Observation>
VerwandtePersonBeispiel
Ressourcentyp: RelatedPerson
Beispiel des Datensatzes zur verwandten Person
RelatedPerson |
id : VerwandtePersonBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePerson |
extension |
url : https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreGrundEX |
value : Schwerwiegender Grund |
extension |
url : https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreFristEX |
value : 2024-01-01 |
patient |
reference : Patient/PersonBeispiel |
name |
use : official |
family : Gräfin von Musterfrau |
extension |
url : http://fhir.de/StructureDefinition/humanname-namenszusatz |
value : Graf |
extension |
url : http://hl7.org/fhir/StructureDefinition/humanname-own-name |
value : Musterfrau |
extension |
url : http://hl7.org/fhir/StructureDefinition/humanname-own-prefix |
value : von |
given : Erika |
prefix : Dr. |
extension |
url : http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier |
value : AC |
name |
use : maiden |
family : Gabler |
extension |
url : http://hl7.org/fhir/StructureDefinition/humanname-own-name |
value : Gabler |
gender : female |
birthDate : 1952-01-17 |
address |
extension |
url : https://www.oegd.de/fhir/seu/StructureDefinition/WohnungsInhaberEX |
value : Erika Gabler |
type : both |
line : Musterstrasse 18 |
extension |
url : http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName |
value : Musterstrasse |
extension |
url : http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber |
value : 18 |
line : 1. Etage |
extension |
url : http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator |
value : 1. Etage |
city : Musterhausen |
extension |
url : http://fhir.de/StructureDefinition/destatis/ags |
value : 03 2 54 021 |
postalCode : 98764 |
country : DE |
communication |
extension |
url : https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonDeutschkenntnisEX |
value |
coding |
system : https://www.oegd.de/fhir/seu/CodeSystem/PersonDeutschkenntnisCS |
code : 4 |
display : flüssig mit leichten Fehlern |
language |
coding |
system : urn:ietf:bcp:47 |
code : de |
display : German |
{ "resourceType": "RelatedPerson", "id": "VerwandtePersonBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePerson" ] }, "name": [ { "use": "official", "family": "Gräfin von Musterfrau", "_family": { "extension": [ { "url": "http://fhir.de/StructureDefinition/humanname-namenszusatz", "valueString": "Graf" }, { "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", "valueString": "Musterfrau" }, { "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", "valueString": "von" } ] }, "given": [ "Erika" ], "prefix": [ "Dr." ], "_prefix": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier", "valueCode": "AC" } ] } ] }, { "use": "maiden", "family": "Gabler", "_family": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", "valueString": "Gabler" } ] } } ], "communication": [ { "language": { "coding": [ { "code": "de", "system": "urn:ietf:bcp:47", "display": "German" } ] }, "extension": [ { "url": "https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonDeutschkenntnisEX", "valueCodeableConcept": { "coding": [ { "code": "4", "system": "https://www.oegd.de/fhir/seu/CodeSystem/PersonDeutschkenntnisCS", "display": "flüssig mit leichten Fehlern" } ] } } ] } ], "extension": [ { "url": "https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreGrundEX", "valueString": "Schwerwiegender Grund" }, { "url": "https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreFristEX", "valueDateTime": "2024-01-01" } ], "address": [ { "type": "both", "extension": [ { "url": "https://www.oegd.de/fhir/seu/StructureDefinition/WohnungsInhaberEX", "valueString": "Erika Gabler" } ], "line": [ "Musterstrasse 18", "1. Etage" ], "_line": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", "valueString": "Musterstrasse" }, { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", "valueString": "18" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator", "valueString": "1. Etage" } ] } ], "city": "Musterhausen", "_city": { "extension": [ { "url": "http://fhir.de/StructureDefinition/destatis/ags", "valueString": "03 2 54 021" } ] }, "postalCode": "98764", "country": "DE" } ], "gender": "female", "patient": { "reference": "Patient/PersonBeispiel" }, "birthDate": "1952-01-17" }
<RelatedPerson xmlns="http://hl7.org/fhir"> <id value="VerwandtePersonBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePerson" /> </meta> <extension url="https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreGrundEX"> <valueString value="Schwerwiegender Grund" /> </extension> <extension url="https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreFristEX"> <valueDateTime value="2024-01-01" /> </extension> <patient> <reference value="Patient/PersonBeispiel" /> </patient> <name> <use value="official" /> <family value="Gräfin von Musterfrau"> <extension url="http://fhir.de/StructureDefinition/humanname-namenszusatz"> <valueString value="Graf" /> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name"> <valueString value="Musterfrau" /> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"> <valueString value="von" /> </extension> </family> <given value="Erika" /> <prefix value="Dr."> <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"> <valueCode value="AC" /> </extension> </prefix> </name> <name> <use value="maiden" /> <family value="Gabler"> <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name"> <valueString value="Gabler" /> </extension> </family> </name> <gender value="female" /> <birthDate value="1952-01-17" /> <address> <extension url="https://www.oegd.de/fhir/seu/StructureDefinition/WohnungsInhaberEX"> <valueString value="Erika Gabler" /> </extension> <type value="both" /> <line value="Musterstrasse 18"> <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"> <valueString value="Musterstrasse" /> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"> <valueString value="18" /> </extension> </line> <line value="1. Etage"> <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"> <valueString value="1. Etage" /> </extension> </line> <city value="Musterhausen"> <extension url="http://fhir.de/StructureDefinition/destatis/ags"> <valueString value="03 2 54 021" /> </extension> </city> <postalCode value="98764" /> <country value="DE" /> </address> <communication> <extension url="https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonDeutschkenntnisEX"> <valueCodeableConcept> <coding> <system value="https://www.oegd.de/fhir/seu/CodeSystem/PersonDeutschkenntnisCS" /> <code value="4" /> <display value="flüssig mit leichten Fehlern" /> </coding> </valueCodeableConcept> </extension> <language> <coding> <system value="urn:ietf:bcp:47" /> <code value="de" /> <display value="German" /> </coding> </language> </communication> </RelatedPerson>
PaediatrischeLeistungBeispiel
Ressourcentyp: ServiceRequest
Beispiel des Datensatzes zur pädiatrischen Leistung
Could not find subject. File was not found for PaediatrischeLeistungBeispiel
Command 'json' could not render: File was not found for PaediatrischeLeistungBeispiel
Command 'xml' could not render: File was not found for PaediatrischeLeistungBeispiel