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

FHIR IG analytics

Packageig-ee-medication-scheme
Resource TypeCommunication
IdCommunication-Comment1.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Communication",
  "id": "Comment1",
  "meta": {
    "profile": [
      "https://fhir.ee/StructureDefinition/ee-tis-communication"
    ]
  },
  "language": "et",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "080808"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "code": "notification"
        }
      ]
    }
  ],
  "about": [
    {
      "reference": "MedicationStatement/MedicationStatementAlprazolam"
    }
  ],
  "sent": "2025-03-12",
  "sender": {
    "reference": "PractitionerRole/PractRoleD12345"
  },
  "reason": [
    {
      "reference": {
        "reference": "Medication/alprazolam"
      }
    }
  ],
  "payload": [
    {
      "contentCodeableConcept": {
        "text": "vajab suuremat annust, sest väikesem ei anna soovitud tulemust"
      }
    }
  ]
}