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

FHIR IG analytics

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

Language: fr-BE

Profile: BeMedicationDispense

identifier: dguid/a8ca980c-72aa-11e7-8cf7-a6006ad3dba0

status: Completed

medication: Topazolam tab 50x 1,0mg

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

context: Identifier: sguid/b8ca980c-72aa-11e7-8cf7-a6006ad3dba0

Performers

-Actor
*Apotheek onder de toren (Identifier: https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization/27457532)

authorizingPrescription: Prescription

quantity: 1(unit package from https://www.gfd-dpp.be/fhir/reference/packaging) (Details: packaging codepackage = 'package')

whenHandedOver: 2020-03-10

DosageInstructions

-Text
*3 x par jour

Source1

{
  "resourceType": "MedicationDispense",
  "id": "medicationdispense-example-1",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"
    ]
  },
  "language": "fr-BE",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "dguid"
          }
        ]
      },
      "system": "https://www.gfd-dpp.be/fhir/reference/dguid",
      "value": "a8ca980c-72aa-11e7-8cf7-a6006ad3dba0"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes",
        "code": "1439562",
        "display": "Topazolam tab 50x 1,0mg",
        "_display": {
          "extension": [
            {
              "extension": [
                {
                  "url": "lang",
                  "valueCode": "nl-BE"
                },
                {
                  "url": "content",
                  "valueString": "Topazolam tab 50x 1,0mg"
                }
              ],
              "url": "http://hl7.org/fhir/StructureDefinition/translation"
            }
          ]
        }
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "value": "64110219106"
    }
  },
  "context": {
    "identifier": {
      "type": {
        "coding": [
          {
            "code": "sguid"
          }
        ]
      },
      "system": "https://www.gfd-dpp.be/fhir/reference/sguid",
      "value": "b8ca980c-72aa-11e7-8cf7-a6006ad3dba0"
    }
  },
  "performer": [
    {
      "actor": {
        "identifier": {
          "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization",
          "value": "27457532"
        },
        "display": "Apotheek onder de toren"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "display": "Prescription"
    }
  ],
  "quantity": {
    "value": 1,
    "system": "https://www.gfd-dpp.be/fhir/reference/packaging",
    "code": "package"
  },
  "whenHandedOver": "2020-03-10",
  "dosageInstruction": [
    {
      "text": "3 x par jour",
      "_text": {
        "extension": [
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "nl-BE"
              },
              {
                "url": "content",
                "valueString": "3 x per dag"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      }
    }
  ]
}