Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build Australia flag

Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BicillinMedicationStatement - 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:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BicillinMedicationStatement"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFMedicationStatement"^^xsd:anyURI ;
fhir:link <http://fhir-arf-register.nardhc.org/StructureDefinition/ARFMedicationStatement>     ] )
  ] ; # 
  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: MedicationStatement BicillinMedicationStatement</b></p><a name=\"BicillinMedicationStatement\"> </a><a name=\"hcBicillinMedicationStatement\"> </a><a name=\"BicillinMedicationStatement-en-AU\"> </a><p><b>basedOn</b>: <a href=\"MedicationRequest-BicillinMedicationRequest.html\">MedicationRequest: identifier = Local Prescription Number; status = active; intent = plan; medication[x] = Bicillin L-A 1.2 million units (1016.6 mg)/2.3 mL injection, 2.3 mL syringe; authoredOn = 2023-10-01; reasonCode = </a></p><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 1276211000168102}\">Bicillin L-A 1.2 million units (1016.6 mg)/2.3 mL injection, 2.3 mL syringe</span></p><p><b>subject</b>: <a href=\"Patient-MikePondPatient.html\">Mike Pond  Male, DoB: 1960-01-25 ( National unique individual identifier (use: official, ))</a></p><p><b>effective</b>: 2024-05-01</p><p><b>dateAsserted</b>: 2024-05-01</p><p><b>informationSource</b>: <a href=\"Practitioner-DoctorPayne.html\">Practitioner Jane Payne </a></p><blockquote><p><b>dosage</b></p><p><b>text</b>: Mike Pond booked appointment for 2pm 27-05-2024</p><p><b>patientInstruction</b>: Appointment for next Bicillin injection 2pm on 27-05-2024.  Please call if you are unable to attend.</p><p><b>timing</b>: Once per 4-5 weeks</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 78421000}\">Intramuscular route</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1016.6 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "MedicationRequest/BicillinMedicationRequest" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:1276211000168102 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1276211000168102" ] ;
fhir:display [ fhir:v "Bicillin L-A 1.2 million units (1016.6 mg)/2.3 mL injection, 2.3 mL syringe" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/MikePondPatient" ]
  ] ; # 
  fhir:effective [ fhir:v "2024-05-01"^^xsd:date] ; # 
  fhir:dateAsserted [ fhir:v "2024-05-01"^^xsd:date] ; # 
  fhir:informationSource [
fhir:reference [ fhir:v "Practitioner/DoctorPayne" ]
  ] ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "Mike Pond booked appointment for 2pm 27-05-2024" ] ;
fhir:patientInstruction [ fhir:v "Appointment for next Bicillin injection 2pm on 27-05-2024.  Please call if you are unable to attend." ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "4"^^xsd:decimal ] ;
fhir:periodMax [ fhir:v "5"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "wk" ]       ]     ] ;
fhir:route [
      ( fhir:coding [
a sct:78421000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "78421000" ] ;
fhir:display [ fhir:v "Intramuscular route" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1016.6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ]     ] )
  ] ) . #