@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example0"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-medicationstatement"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: MedicationStatement

Resource MedicationStatement \"example0\"

Profile: AU Base Medication Statement

status: active

medication: Roferon-A 9 million units (33.333 microgram)/0.5 mL injection, 0.5 mL syringe (SNOMED CT#6166011000036106)

subject: Patient/example0: Franklin \" FRANKLIN\"

effective: 2018-06-25 --> (ongoing)

dateAsserted: 2018-07-25

informationSource: Practitioner/example0: Doctor Mayo \" MAYO\"

Dosages

-Timing
*Do 3 per 1 weeks
" ]; fhir:MedicationStatement.status [ fhir:value "active"]; fhir:MedicationStatement.medicationCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:6166011000036106; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-type" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/medication-type" ]; fhir:Coding.code [ fhir:value "BPDSF" ]; fhir:Coding.display [ fhir:value "Branded product with strengths and form" ] ] ]; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "6166011000036106" ]; fhir:Coding.display [ fhir:value "Roferon-A 9 million units (33.333 microgram)/0.5 mL injection, 0.5 mL syringe" ] ] ]; fhir:MedicationStatement.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example0" ]; fhir:Reference.display [ fhir:value "Franklin" ] ]; fhir:MedicationStatement.effectivePeriod [ fhir:Period.start [ fhir:value "2018-06-25"^^xsd:date ] ]; fhir:MedicationStatement.dateAsserted [ fhir:value "2018-07-25"^^xsd:date]; fhir:MedicationStatement.informationSource [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example0" ]; fhir:Reference.display [ fhir:value "Doctor Mayo" ] ]; fhir:MedicationStatement.dosage [ fhir:index 0; fhir:Dosage.timing [ fhir:Timing.repeat [ fhir:Timing.repeat.frequency [ fhir:value "3"^^xsd:positiveInteger ]; fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ]; fhir:Timing.repeat.periodUnit [ fhir:value "wk" ]; fhir:Timing.repeat.dayOfWeek [ fhir:value "mon"; fhir:index 0 ], [ fhir:value "wed"; fhir:index 1 ], [ fhir:value "sat"; fhir:index 2 ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------