patient-form

This message definition describes the rules for a form-submission FHIR Message Bundle

Event Coding

System Code
Message Events patient-form
Category
consequence

Focus

Profile GM Conformance Rule Min Max
QuestionnaireResponse QuestionnaireResponse 1 1
UK Core Patient Patient 1 1
<MessageDefinition xmlns="http://hl7.org/fhir">
    <id value="patient-form" />
    <url value="https://fhir.lhcre.nhs.uk/MessageDefinition/patient-form" />
    <identifier>
        <system value="https://fhir.lhcre.nhs.uk//MessageDefinition/" />
        <value value="patient-form" />
    </identifier>
    <version value="1.0.0" />
    <title value="Submission of Patient Form" />
    <status value="active" />
    <date value="2020-07-16" />
    <eventCoding>
        <system value="https://fhir.lhcre.nhs.uk/CodeSystem/message-event" />
        <code value="patient-form" />
        <display value="Patient Form" />
    </eventCoding>
    <category value="consequence" />
    <focus>
        <code value="QuestionnaireResponse" />
        <min value="1" />
        <max value="1" />
    </focus>
    <focus>
        <code value="Patient" />
        <profile value="https://fhir.lhcre.nhs.uk/StructureDefinition/LHCRE-Patient" />
        <min value="1" />
        <max value="1" />
    </focus>
</MessageDefinition>
{
    "resourceType": "MessageDefinition",
    "id": "patient-form",
    "url": "https://fhir.lhcre.nhs.uk/MessageDefinition/patient-form",
    "identifier":  [
        {
            "system": "https://fhir.lhcre.nhs.uk//MessageDefinition/",
            "value": "patient-form"
        }
    ],
    "version": "1.0.0",
    "title": "Submission of Patient Form",
    "status": "active",
    "date": "2020-07-16",
    "eventCoding": {
        "system": "https://fhir.lhcre.nhs.uk/CodeSystem/message-event",
        "code": "patient-form",
        "display": "Patient Form"
    },
    "category": "consequence",
    "focus":  [
        {
            "code": "QuestionnaireResponse",
            "min": 1,
            "max": "1"
        },
        {
            "code": "Patient",
            "profile": "https://fhir.lhcre.nhs.uk/StructureDefinition/LHCRE-Patient",
            "min": 1,
            "max": "1"
        }
    ]
}