@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "9df613d3-4c77-4f54-9208-19493a2bd3a4"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-medication"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-medication> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication 9df613d3-4c77-4f54-9208-19493a2bd3a4</b></p><a name=\"9df613d3-4c77-4f54-9208-19493a2bd3a4\"> </a><a name=\"hc9df613d3-4c77-4f54-9208-19493a2bd3a4\"> </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-mr-medication.html\">MR Medication</a></p></div><p><b>Medication Strength</b>: 500mg</p><p><b>Medication Brand Name</b>: Paracetamol</p><p><b>MediRecords Medication Pack Size</b>: 6x10</p><p><b>code</b>: <span title=\"Codes:{http://pbs.gov.au/code/item 10585D}, {http://www.whocc.no/atc N02BE01}\">Paracetamol 500mg (100)</span></p><p><b>form</b>: <span title=\"Codes:\">Tablet</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-strength"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "500mg" ]
] [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Paracetamol" ]
] [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-medication-pack-size"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "6x10" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://pbs.gov.au/code/item"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10585D" ] ] [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N02BE01" ] ] ) ;
fhir:text [ fhir:v "Paracetamol 500mg (100)" ]
] ; #
fhir:form [
fhir:text [ fhir:v "Tablet" ]
] . #
IG © 2022+ . Package mr.r4.core#1.4.2 based on FHIR 4.0.1. Generated 2025-09-12
Links: Table of Contents |
QA Report