Diagnose, Gesundheitszustand
Basisprofil Diagnose
Canonical URL: http://fhir.de/StructureDefinition/condition-de-basis/0.2
condition-de-basis-0.2 (Condition) | I | Condition | |
id | Σ | 0..1 | id |
meta | Σ | 0..1 | Meta |
implicitRules | Σ ?! | 0..1 | uri |
language | 0..1 | codeBinding | |
text | I | 0..1 | Narrative |
contained | 0..* | Resource | |
extension | 0..* | Extension | |
Diagnosesicherheit | I | 0..1 | Extension(CodeableConcept) |
modifierExtension | ?! | 0..* | Extension |
identifier | Σ | 0..* | Identifier |
clinicalStatus | Σ ?! I | 0..1 | codeBinding |
verificationStatus | Σ ?! I | 0..1 | codeBinding |
category | 0..* | CodeableConcept | |
severity | 0..1 | CodeableConceptBinding | |
code | Σ | 0..1 | CodeableConcept |
id | 0..1 | string | |
extension | 0..* | Extension | |
coding | Σ | 0..* | Coding |
ICD-10-GM | Σ | 0..* | CodingBinding |
id | 0..1 | string | |
extension | 0..* | Extension | |
Haupt-Code_Kreuz-Code | I | 0..1 | Extension(CodeableConcept) |
Stern-Code | I | 0..* | Extension(CodeableConcept) |
Ausrufezeichen-Code | I | 0..* | Extension(CodeableConcept) |
system | Σ | 1..1 | uriFixed Value |
version | Σ | 1..1 | string |
code | Σ | 1..1 | code |
display | Σ | 0..1 | string |
userSelected | Σ | 0..1 | boolean |
text | Σ | 0..1 | string |
bodySite | Σ | 0..* | CodeableConcept |
id | 0..1 | string | |
extension | 0..* | Extension | |
Lokalisations-Referenz | I | 0..1 | Extension(Reference(BodySite)) |
id | 0..1 | string | |
extension | 0..* | Extension | |
url | 1..1 | uriFixed Value | |
valueReference | 0..1 | Reference(BodySite) | |
coding | Σ | 0..* | Coding |
ICD-10-GM-Seitenlokalisation | Σ | 0..1 | CodingBinding |
id | 0..1 | string | |
extension | 0..* | Extension | |
system | Σ | 1..1 | uriFixed Value |
version | Σ | 0..1 | string |
code | Σ | 1..1 | code |
display | Σ | 0..1 | string |
userSelected | Σ | 0..1 | boolean |
text | Σ | 0..1 | string |
subject | Σ | 1..1 | Reference(Group | Patient, deutsches Basisprofil (Version 0.2)) |
context | Σ | 0..1 | Reference(Encounter | EpisodeOfCare) |
onset[x] | Σ | 0..1 | |
onsetDateTime | dateTime | ||
onsetAge | Age | ||
onsetPeriod | Period | ||
onsetRange | Range | ||
onsetString | string | ||
abatement[x] | I | 0..1 | |
abatementDateTime | dateTime | ||
abatementAge | Age | ||
abatementBoolean | boolean | ||
abatementPeriod | Period | ||
abatementRange | Range | ||
abatementString | string | ||
assertedDate | Σ | 0..1 | dateTime |
asserter | Σ | 0..1 | Reference(RelatedPerson | Patient, deutsches Basisprofil (Version 0.2) | Practitioner, deutsches Basisprofil (Version 0.2)) |
stage | I | 0..1 | BackboneElement |
id | 0..1 | string | |
extension | 0..* | Extension | |
modifierExtension | Σ ?! | 0..* | Extension |
summary | I | 0..1 | CodeableConcept |
assessment | I | 0..* | Reference(ClinicalImpression | DiagnosticReport | Observation) |
evidence | I | 0..* | BackboneElement |
id | 0..1 | string | |
extension | 0..* | Extension | |
modifierExtension | Σ ?! | 0..* | Extension |
code | Σ I | 0..* | CodeableConcept |
detail | Σ I | 0..* | Reference(Resource) |
note | 0..* | Annotation |
Beispiele
XML-Format
Einfache Diagnose:
<Condition xmlns="http://hl7.org/fhir"> <meta> <profile value="http://fhir.de/StructureDefinition/condition-de-basis/0.2" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <code> <coding> <system value="http://fhir.de/CodeSystem/dimdi/icd-10-gm" /> <version value="2017" /> <code value="Q90.0" /> <display value="Trisomie 21, meiotische Non-disjunction" /> </coding> <text value="Trisomie 21, meiotische Non-disjunction" /> </code> <subject> <reference value="Patient/12345" /> </subject> </Condition>
Diagnose mit Seitenlokalisation:
<Condition xmlns="http://hl7.org/fhir"> <meta> <profile value="http://fhir.de/StructureDefinition/condition-de-basis/0.2" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <code> <coding> <system value="http://fhir.de/CodeSystem/dimdi/icd-10-gm" /> <version value="2017" /> <code value="S51.9" /> <display value="Schnittwunde am Unterarm" /> </coding> <text value="Schnittwunde am Unterarm" /> </code> <bodySite> <coding> <system value="http://fhir.de/CodeSystem/kbv/s_icd_seitenlokalisation" /> <code value="L" /> <display value="links" /> </coding> <text value="links" /> </bodySite> <subject> <reference value="Patient/12345" /> </subject> </Condition>
Diagnose mit Angabe der Diagnosesicherheit:
<Condition xmlns="http://hl7.org/fhir"> <meta> <profile value="http://fhir.de/StructureDefinition/condition-de-basis/0.2" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <extension url="http://fhir.de/StructureDefinition/icd-10-gm-diagnosesicherheit/0.2"> <valueCodeableConcept> <coding> <system value="http://fhir.de/CodeSystem/kbv/s-icd-diagnosesicherheit" /> <code value="V" /> </coding> </valueCodeableConcept> </extension> <clinicalStatus value="active" /> <verificationStatus value="provisional" /> <code> <coding> <system value="http://fhir.de/CodeSystem/dimdi/icd-10-gm" /> <version value="2017" /> <code value="I21.9" /> <display value="Herzinfarkt" /> </coding> <text value="Herzinfarkt" /> </code> <subject> <reference value="Patient/12345" /> </subject> </Condition>
Diagnose mit Angabe der Seitenlokalisation und der Diagnosesicherheit:
<Condition xmlns="http://hl7.org/fhir"> <meta> <profile value="http://fhir.de/StructureDefinition/condition-de-basis/0.2" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <extension url="http://fhir.de/StructureDefinition/icd-10-gm-diagnosesicherheit/0.2"> <valueCodeableConcept> <coding> <system value="http://fhir.de/CodeSystem/kbv/s-icd-diagnosesicherheit" /> <code value="G" /> </coding> </valueCodeableConcept> </extension> <clinicalStatus value="active" /> <verificationStatus value="confirmed" /> <code> <coding> <system value="http://fhir.de/CodeSystem/dimdi/icd-10-gm" /> <version value="2017" /> <code value="S51.9" /> <display value="Schnittwunde am Unterarm" /> </coding> <text value="Schnittwunde am Unterarm" /> </code> <bodySite> <coding> <system value="http://fhir.de/CodeSystem/kbv/s_icd_seitenlokalisation" /> <code value="L" /> <display value="links" /> </coding> <text value="links" /> </bodySite> <subject> <reference value="Patient/12345" /> </subject> </Condition>
JSON-Format
Einfache Diagnose:
{ "resourceType": "Condition", "meta": { "profile": [ "http://fhir.de/StructureDefinition/condition-de-basis/0.2" ] }, "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "code": { "coding": [ { "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", "version": "2017", "code": "Q90.0", "display": "Trisomie 21, meiotische Non-disjunction" } ], "text": "Trisomie 21, meiotische Non-disjunction" }, "subject": { "reference": "Patient/12345" } }
Diagnose mit Seitenlokalisation:
{ "resourceType": "Condition", "meta": { "profile": [ "http://fhir.de/StructureDefinition/condition-de-basis/0.2" ] }, "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "code": { "coding": [ { "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", "version": "2017", "code": "S51.9", "display": "Schnittwunde am Unterarm" } ], "text": "Schnittwunde am Unterarm" }, "bodySite": [ { "coding": [ { "system": "http://fhir.de/CodeSystem/kbv/s_icd_seitenlokalisation", "code": "L", "display": "links" } ], "text": "links" } ], "subject": { "reference": "Patient/12345" } }
Diagnose mit Angabe der Diagnosesicherheit:
{ "resourceType": "Condition", "meta": { "profile": [ "http://fhir.de/StructureDefinition/condition-de-basis/0.2" ] }, "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "http://fhir.de/StructureDefinition/icd-10-gm-diagnosesicherheit/0.2", "valueCodeableConcept": { "coding": [ { "system": "http://fhir.de/CodeSystem/kbv/s-icd-diagnosesicherheit", "code": "V" } ] } } ], "clinicalStatus": "active", "verificationStatus": "provisional", "code": { "coding": [ { "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", "version": "2017", "code": "I21.9", "display": "Herzinfarkt" } ], "text": "Herzinfarkt" }, "subject": { "reference": "Patient/12345" } }
Diagnose mit Angabe der Seitenlokalisation und der Diagnosesicherheit:
{ "resourceType": "Condition", "meta": { "profile": [ "http://fhir.de/StructureDefinition/condition-de-basis/0.2" ] }, "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "http://fhir.de/StructureDefinition/icd-10-gm-diagnosesicherheit/0.2", "valueCodeableConcept": { "coding": [ { "system": "http://fhir.de/CodeSystem/kbv/s-icd-diagnosesicherheit", "code": "G" } ] } } ], "clinicalStatus": "active", "verificationStatus": "confirmed", "code": { "coding": [ { "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", "version": "2017", "code": "S51.9", "display": "Schnittwunde am Unterarm" } ], "text": "Schnittwunde am Unterarm" }, "bodySite": [ { "coding": [ { "system": "http://fhir.de/CodeSystem/kbv/s_icd_seitenlokalisation", "code": "L", "display": "links" } ], "text": "links" } ], "subject": { "reference": "Patient/12345" } }