HL7 Europe Hospital Discharge Report
0.1.0-ballot - draft 150

This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MedicationAdministration: Paracetamol - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1bcfb26f-6958-4604-a40b-712170c1e536"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/hdr/StructureDefinition/medicationAdministration-eu-hdr"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/hdr/StructureDefinition/medicationAdministration-eu-hdr>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration 1bcfb26f-6958-4604-a40b-712170c1e536</b></p><a name=\"1bcfb26f-6958-4604-a40b-712170c1e536\"> </a><a name=\"hc1bcfb26f-6958-4604-a40b-712170c1e536\"> </a><a name=\"1bcfb26f-6958-4604-a40b-712170c1e536-en-US\"> </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-medicationAdministration-eu-hdr.html\">MedicationAdministration (HDR)</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 387517004}\">Paracetamol (substance)</span></p><p><b>subject</b>: <a href=\"Bundle-HDR-Reijer-Wolff-Example.html#urn-uuid-a1438872-05b1-4868-857d-521c9d586a7e\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0100</a></p><p><b>effective</b>: 2025-04-21</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:387517004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387517004" ] ;
fhir:display [ fhir:v "Paracetamol (substance)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:a1438872-05b1-4868-857d-521c9d586a7e" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2025-04-21"^^xsd:date
  ] . #