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

FHIR IG analytics

Packagehl7.fhir.be.medication
Resource TypeMedicationDispense
IdMedicationDispense-example-minimal-dispense.json
FHIR VersionR4

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

Generated Narrative: MedicationDispense example-minimal-dispense

status: Completed

medication: Topazolam tab 50x 1,0mg

subject: Identifier: BeSSINNamingSystem/64110219106

Performers

-Actor
*Jan Janssen (Identifier: https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner/6547432)

whenHandedOver: 2020-03-10


Source1

{
  "resourceType": "MedicationDispense",
  "id": "example-minimal-dispense",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes",
        "code": "1439562",
        "display": "Topazolam tab 50x 1,0mg"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "64110219106"
    }
  },
  "performer": [
    {
      "actor": {
        "identifier": {
          "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner",
          "value": "6547432"
        },
        "display": "Jan Janssen"
      }
    }
  ],
  "whenHandedOver": "2020-03-10"
}