FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.r4.patientcorrections
Resource TypeCommunication
Iddwv-PatientCorrectionsCommunication-02.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Communication",
  "id": "dwv-PatientCorrectionsCommunication-02",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/dwv-PatientCorrectionsCommunication"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.130.1.40",
      "value": "0287d8e7-d47b-4465-9cff-fab15bb3dfd2"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "https://hl7.org/fhir/uv/fhir-patient-correction/CodeSystem/PatientCorrectionCommunicationTypes",
          "code": "medRecCxReq",
          "display": "Correction request by the Patient or RelatedPerson"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/nl-core-Patient-Wijziger",
    "type": "Patient",
    "display": "Willemijn Wijziger"
  },
  "topic": {
    "text": "Allergie niet juist"
  },
  "sent": "2022-03-29T09:41:00Z",
  "recipient": [
    {
      "reference": "Organization/nl-core-HealthcareProvider-Organization-Erasmus",
      "type": "Organization",
      "display": "Erasmus Medisch Centrum"
    }
  ],
  "sender": {
    "reference": "Patient/nl-core-Patient-Wijziger",
    "type": "Patient",
    "display": "Willemijn Wijziger"
  },
  "payload": [
    {
      "contentString": "In mijn dossier staat dat ik allergisch ben voor bijengif, dit is niet juist. Kunt u dit verwijderen?"
    }
  ]
}