@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 -------------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/MedicationStatement/au-core-medicationstatement-conformant> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-medicationstatement-conformant"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement au-core-medicationstatement-conformant</b></p><a name=\"au-core-medicationstatement-conformant\"> </a><a name=\"hcau-core-medicationstatement-conformant\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 6632011000036102}, {http://pbs.gov.au/code/item 2951H}\">Bactrim DS - tablet</span></p><p><b>subject</b>: <a href=\"Patient/patient-fixture\">Patient/patient-fixture</a></p><p><b>effective</b>: 2024-06-01</p><p><b>dateAsserted</b>: 2024-06-01 09:00:00+1000</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 68566005}\">Urinary tract infection</span></p><p><b>reasonReference</b>: <a href=\"Condition/medicationstatement-reason-fixture\">Condition/medicationstatement-reason-fixture</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>One tablet twice daily for 5 days</td></tr></table></div>"
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:6632011000036102 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "6632011000036102" ] ;
       fhir:Coding.display [ fhir:value "Bactrim DS tablet" ]
     ], [
       fhir:index 1 ;
       fhir:Coding.system [ fhir:value "http://pbs.gov.au/code/item" ] ;
       fhir:Coding.code [ fhir:value "2951H" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Bactrim DS - tablet" ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://fhirfrog.org/fhir/au-core-tests/Patient/patient-fixture> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-fixture" ]
  ] ;
  fhir:MedicationStatement.effectiveDateTime [ fhir:value "2024-06-01"^^xsd:date] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2024-06-01T09:00:00+10:00"^^xsd:dateTime] ;
  fhir:MedicationStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:68566005 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "68566005" ] ;
       fhir:Coding.display [ fhir:value "Urinary tract infectious disease" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Urinary tract infection" ]
  ] ;
  fhir:MedicationStatement.reasonReference [
     fhir:index 0 ;
     fhir:link <http://fhirfrog.org/fhir/au-core-tests/Condition/medicationstatement-reason-fixture> ;
     fhir:Reference.reference [ fhir:value "Condition/medicationstatement-reason-fixture" ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "One tablet twice daily for 5 days" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/MedicationStatement/au-core-medicationstatement-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

