Important: This is a draft IG for trial use. Click here to give feedback.

HdBe-FunctionalOrMentalStatus-01 example

{
    "resourceType": "Observation",
    "id": "HdBe-FunctionalOrMentalStatus-01",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-FunctionalOrMentalStatus"
        ]
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "118228005",
                    "display": "Functional finding"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "365181006",
                "display": "Finding related to ability to wash self"
            }
        ]
    },
    "subject": {
        "reference": "Patient/HdBe-Patient-01",
        "type": "Patient",
        "display": "Belle Ulijn"
    },
    "effectiveDateTime": "2022-10-23",
    "valueCodeableConcept": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "284790007",
                "display": "Difficulty washing self"
            }
        ]
    },
    "note":  [
        {
            "text": "Due to functional disability in arms."
        }
    ]
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="HdBe-FunctionalOrMentalStatus-01" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-FunctionalOrMentalStatus" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="118228005" />
            <display value="Functional finding" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="365181006" />
            <display value="Finding related to ability to wash self" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/HdBe-Patient-01" />
        <type value="Patient" />
        <display value="Belle Ulijn" />
    </subject>
    <effectiveDateTime value="2022-10-23" />
    <valueCodeableConcept>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="284790007" />
            <display value="Difficulty washing self" />
        </coding>
    </valueCodeableConcept>
    <note>
        <text value="Due to functional disability in arms." />
    </note>
</Observation>
Observation
Observation.id[0]HdBe-FunctionalOrMentalStatus-01
Observation.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-FunctionalOrMentalStatus
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://snomed.info/sct
Observation.category[0].coding[0].code[0]118228005
Observation.category[0].coding[0].display[0]Functional finding
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]365181006
Observation.code[0].coding[0].display[0]Finding related to ability to wash self
Observation.subject[0].reference[0]Patient/HdBe-Patient-01
Observation.subject[0].type[0]Patient
Observation.subject[0].display[0]Belle Ulijn
Observation.effective[0]2022-10-23
Observation.value[0].coding[0].system[0]http://snomed.info/sct
Observation.value[0].coding[0].code[0]284790007
Observation.value[0].coding[0].display[0]Difficulty washing self
Observation.note[0].text[0]Due to functional disability in arms.