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

FHIR IG analytics

Packagehl7.fhir.be.medication
Resource TypeMedicationDispense
IdMedicationDispense-example-dispense-hospital.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-dispense-hospital

version: 1; Language: nl-BE

Profile: BeMedicationDispense

identifier: dguid/1000321345

status: Completed

medication: 2055218

subject: Identifier: https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin/64110219106

Performers

-Actor
*Identifier: https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization/123123123

authorizingPrescription: Prescription (Identifier: BeNSPrescriptions/BEP1TSRY1XGE)

quantity: 1 package (Details: UCUM code1 = '1')

whenHandedOver: 2020-09-21 13:00:00+0200

DosageInstructions

-TextTiming
*3 x a day3 per 1 day

Source1

{
  "resourceType": "MedicationDispense",
  "id": "example-dispense-hospital",
  "meta": {
    "versionId": "1",
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"
    ]
  },
  "language": "nl-BE",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://www.nexuzhealth.be/fhir/prescription/ambulatory",
            "version": "1",
            "code": "dguid"
          }
        ]
      },
      "system": "https://www.gfd-dpp.be/fhir/reference/dguid",
      "value": "1000321345"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes",
        "code": "2055218",
        "_display": {
          "extension": [
            {
              "extension": [
                {
                  "url": "lang",
                  "valueCode": "nl-BE"
                },
                {
                  "url": "content",
                  "valueString": "Crestor filmomh. tabl. 100x 10mg"
                }
              ],
              "url": "http://hl7.org/fhir/StructureDefinition/translation"
            }
          ]
        }
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "value": "64110219106"
    }
  },
  "performer": [
    {
      "actor": {
        "identifier": {
          "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization",
          "value": "123123123"
        }
      }
    }
  ],
  "authorizingPrescription": [
    {
      "identifier": {
        "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/prescription-id",
        "value": "BEP1TSRY1XGE"
      },
      "display": "Prescription"
    }
  ],
  "quantity": {
    "value": 1,
    "unit": "package",
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "whenHandedOver": "2020-09-21T13:00:00+02:00",
  "dosageInstruction": [
    {
      "text": "3 x a day",
      "_text": {
        "extension": [
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "nl-BE"
              },
              {
                "url": "content",
                "valueString": "3 x per dag"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          },
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "fr-BE"
              },
              {
                "url": "content",
                "valueString": "3 x par jour"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      }
    }
  ]
}