Medication
1.1.1 - STU Belgium flag

Medication, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication/ and changes regularly. See the Directory of published versions

: Example Dispense (minimal)

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationDispense/example-minimal-dispense> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-minimal-dispense"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense" ;
       fhir:index -1 ;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense example-minimal-dispense</b></p><a name=\"example-minimal-dispense\"> </a><a name=\"hcexample-minimal-dispense\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-BeMedicationDispense.html\">BeMedicationDispense</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes 1439562}\">Topazolam tab 50x 1,0mg</span></p><p><b>subject</b>: Identifier: <a href=\"https://www.ehealth.fgov.be/standards/fhir/core/2.1.2/NamingSystem-be-ssin.html\" title=\"NISS/INSZ\">BeSSINNamingSystem</a>/64110219106</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Jan Janssen (Identifier: <code>https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner</code>/6547432)</td></tr></table><p><b>whenHandedOver</b>: 2020-03-10</p></div>"
  ] ;
  fhir:MedicationDispense.status [ fhir:value "completed"] ;
  fhir:MedicationDispense.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes" ] ;
       fhir:Coding.code [ fhir:value "1439562" ] ;
       fhir:Coding.display [ fhir:value "Topazolam tab 50x 1,0mg" ]
     ]
  ] ;
  fhir:MedicationDispense.subject [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin" ] ;
       fhir:Identifier.value [ fhir:value "64110219106" ]
     ]
  ] ;
  fhir:MedicationDispense.performer [
     fhir:index -1 ;
     fhir:MedicationDispense.performer.actor [
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner" ] ;
         fhir:Identifier.value [ fhir:value "6547432" ]
       ] ;
       fhir:Reference.display [ fhir:value "Jan Janssen" ]
     ]
  ] ;
  fhir:MedicationDispense.whenHandedOver [ fhir:value "2020-03-10"^^xsd:date] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MedicationDispense/example-minimal-dispense.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationDispense/example-minimal-dispense.ttl> .