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 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "au-core-medicationrequest-conformant",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationReference" : {
    "reference" : "Medication/medication-fixture"
  },
  "subject" : {
    "reference" : "Patient/patient-fixture"
  },
  "encounter" : {
    "display" : "Frog Pond Clinic encounter"
  },
  "authoredOn" : "2024-03-15",
  "requester" : {
    "display" : "Dr Sample Frog"
  },
  "reasonCode" : [
    {
      "text" : "Test indication for MedicationRequest conformance testing"
    }
  ],
  "reasonReference" : [
    {
      "display" : "Frog test condition"
    }
  ],
  "dosageInstruction" : [
    {
      "text" : "Take one tablet daily"
    }
  ]
}