MediRecords FHIR Implementation Guide
1.3.0 - release


: Medication Example with brand, strength and pack size - TTL Representation

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 -------------------------------------------------------------------

 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><b>Generated Narrative: Medication</b><a name=\"9df613d3-4c77-4f54-9208-19493a2bd3a4\"> </a></p><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\">Resource Medication &quot;9df613d3-4c77-4f54-9208-19493a2bd3a4&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-medication.html\">MediRecords 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>: Paracetamol 500mg (100) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org.au/fhir/4.0.0/CodeSystem-pbs-item-external.html\">PBS Item Codes</a>#10585D; <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#N02BE01)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-strength"^^xsd:anyURI ] ;
fhir:value [ fhir:v "500mg" ]
  ] [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Paracetamol" ]
  ] [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-medication-pack-size"^^xsd:anyURI ] ;
fhir:value [ 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" ]
  ] . #