@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 -------------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/MedicationRequest/au-core-medicationrequest-conformant> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-medicationrequest-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: MedicationRequest au-core-medicationrequest-conformant</b></p><a name=\"au-core-medicationrequest-conformant\"> </a><a name=\"hcau-core-medicationrequest-conformant\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication/medication-fixture\">Medication/medication-fixture</a></p><p><b>subject</b>: <a href=\"Patient/patient-fixture\">Patient/patient-fixture</a></p><p><b>encounter</b>: Frog Pond Clinic encounter</p><p><b>authoredOn</b>: 2024-03-15</p><p><b>requester</b>: Dr Sample Frog</p><p><b>reasonCode</b>: <span title=\"Codes:\">Test indication for MedicationRequest conformance testing</span></p><p><b>reasonReference</b>: Frog test condition</p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Take one tablet daily</td></tr></table></div>"
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://fhirfrog.org/fhir/au-core-tests/Medication/medication-fixture> ;
     fhir:Reference.reference [ fhir:value "Medication/medication-fixture" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://fhirfrog.org/fhir/au-core-tests/Patient/patient-fixture> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-fixture" ]
  ] ;
  fhir:MedicationRequest.encounter [
     fhir:Reference.display [ fhir:value "Frog Pond Clinic encounter" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2024-03-15"^^xsd:date] ;
  fhir:MedicationRequest.requester [
     fhir:Reference.display [ fhir:value "Dr Sample Frog" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Test indication for MedicationRequest conformance testing" ]
  ] ;
  fhir:MedicationRequest.reasonReference [
     fhir:index 0 ;
     fhir:Reference.display [ fhir:value "Frog test condition" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "Take one tablet daily" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/MedicationRequest/au-core-medicationrequest-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

