Grad der Behinderung

Hinweis Standard Level: Draft!
Der nachfolgende Abschnitt des Implementierungsleitfadens wird als nicht vollständig genug oder nicht ausreichend geprüft angesehen, um ausschließen zu können, dass zukünftige Versionen rückwärtskompatibel bleiben. Im Anschluss an eine Ballotierung wird der Status in der Regel auf "Trial-Use" angehoben. Wir bitten hierzu um Meinungen und Vorschläge aus der Community.

Profil

Name: GradDerBehinderung (Simplifier Projekt Link)

Canonical: http://fhir.de/StructureDefinition/GradDerBehinderung

identifierΣ0..*Identifier
basedOnΣ I0..*Reference(CarePlan| DeviceRequest| ImmunizationRecommendation| MedicationRequest| NutritionOrder| ServiceRequest)
partOfΣ I0..*Reference(MedicationAdministration| MedicationDispense| MedicationStatement| Procedure| Immunization| ImagingStudy)
statusΣ ?!1..1codeBinding
category0..*CodeableConceptBinding
snomedctΣ1..1Coding
textΣ0..1string
subjectΣ I0..1Reference(Patient| Group| Device| Location)
focusΣ I0..*Reference(Resource)
encounterΣ I0..1Reference(Encounter)
effectiveDateTimedateTime
effectivePeriodPeriod
effectiveTimingTiming
effectiveInstantinstant
issuedΣ0..1instant
performerΣ I0..*Reference(Practitioner| PractitionerRole| Organization| CareTeam| Patient| RelatedPerson)
valueIntegerinteger
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
note0..*Annotation
bodySite0..1CodeableConcept
method0..1CodeableConcept
specimenI0..1Reference(Specimen)
deviceI0..1Reference(Device| DeviceMetric)
lowI0..1SimpleQuantity
highI0..1SimpleQuantity
type0..1CodeableConceptBinding
appliesTo0..*CodeableConcept
ageI0..1Range
text0..1string
hasMemberΣ I0..*Reference(Observation| QuestionnaireResponse| MolecularSequence)
derivedFromΣ I0..*Reference(DocumentReference| ImagingStudy| Media| QuestionnaireResponse| Observation| MolecularSequence)
codeΣ1..1CodeableConcept
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
referenceRange0..*see (referenceRange)
codeΣ1..1CodeableConceptBinding
valueBooleanΣ0..1boolean
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
referenceRange0..*see (referenceRange)

Beispiel:

<Observation xmlns="http://hl7.org/fhir">
    <id value="Example-grad-der-behinderung" />
    <meta>
        <profile value="http://fhir.de/StructureDefinition/GradDerBehinderung" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="116149007" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/example" />
    </subject>
    <valueInteger value="100" />
    <component>
        <code>
            <coding>
                <system value="http://fhir.de/CodeSystem/merkzeichen-de" />
                <code value="G" />
            </coding>
        </code>
        <valueBoolean value="true" />
    </component>
    <component>
        <code>
            <coding>
                <system value="http://fhir.de/CodeSystem/merkzeichen-de" />
                <code value="H" />
            </coding>
        </code>
        <valueBoolean value="true" />
    </component>
</Observation>