Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Metformin 500mg tablet, Sandoz - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "metformin-01"] ; # 
  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 metformin-01</b></p><a name=\"metformin-01\"> </a><a name=\"hcmetformin-01\"> </a><a name=\"metformin-01-en-AU\"> </a><p><b>Medication Brand Name</b>: Sandoz</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 23358011000036102}, {http://pbs.gov.au/code/item 2430X}\">Metformin 500mg tablet, Sandoz</span></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Sandoz" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:23358011000036102 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "23358011000036102" ] ;
fhir:display [ fhir:v "metformin hydrochloride 500 mg tablet" ]     ] [
fhir:system [ fhir:v "http://pbs.gov.au/code/item"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2430X" ] ;
fhir:display [ fhir:v "metformin hydrochloride 500 mg tablet, 100" ]     ] ) ;
fhir:text [ fhir:v "Metformin 500mg tablet, Sandoz" ]
  ] . #