FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: MessageDefinition/patient-form

Packageuk.gm
Resource TypeMessageDefinition
Idpatient-form
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.gm@0.0.12-dev&canonical=https://fhir.lhcre.nhs.uk/MessageDefinition/patient-form
URLhttps://fhir.lhcre.nhs.uk/MessageDefinition/patient-form
Version1.0.0
Statusactive
Date2020-07-16
TitleSubmission of Patient Form

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
    }
  ]
}