Ausgeübter Beruf

Der ausgeübte Beruf ist für die Beziehungsarbeit zwischen Pflegenden und Pflegebedürftigen wichtig. Daher sollte diese Angabe als Freitextangabe hinterlegt werden. Da sich diese Angaben auf die gesamte pflegebedürftige Person beziehen, entfallen die Punkte bodySite, method, specimen, device und referenceRange. Die category wird festgelegt auf social-history.

GeNSOccupation

identifierΣ0..*Identifier
basedOnΣ0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)
partOfΣ0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)
statusΣ ?!1..1codeBinding
subjectΣ1..1Reference(Patient | GeNSPatient)
focusΣ0..*Reference(Resource)
encounterΣ0..1Reference(Encounter)
issuedΣ0..1instant
performerΣ0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
note0..*Annotation
bodySite0..0CodeableConcept
method0..0CodeableConcept
specimen0..0Reference(Specimen)
device0..0Reference(Device | DeviceMetric)
hasMemberΣ0..*Reference(Observation | QuestionnaireResponse | MolecularSequence)
derivedFromΣ0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)

Beispiel: Ausgeübter Beruf Tischler

<Observation xmlns="http://hl7.org/fhir">
    <id value="GeNS_EX_Beruf" />
    <meta>
        <profile value="http://hs-osnabrueck.de/fhir/ePflegebericht/StructureDefinition/Occupation" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="social-history" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://loinc.org" />
            <code value="11340-7" />
            <display value="Occupation Hx Reported" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/example" />
    </subject>
    <valueString value="bis zur Verrentung als Tischler t&#228;tig" />
</Observation>