FHIR Frog AU Core Conformance Tests
0.1.0 - draft

FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions

: au-core-medicationrequest-conformant - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/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://hl7.org/fhir/Medication/medication-fixture> ;
     fhir:Reference.reference [ fhir:value "Medication/medication-fixture" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/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" ]
  ] .

<http://hl7.org/fhir/Medication/medication-fixture> a fhir:Medication .

<http://hl7.org/fhir/Patient/patient-fixture> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MedicationRequest/au-core-medicationrequest-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationRequest/au-core-medicationrequest-conformant.ttl> .