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

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "au-core-procedure-conformant",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure au-core-procedure-conformant</b></p><a name=\"au-core-procedure-conformant\"> </a><a name=\"hcau-core-procedure-conformant\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-procedure.html\">AU Core Procedure</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 80146002}\">Appendectomy</span></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>performed</b>: 2020-06-15</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 74400008}\">Appendicitis</span></p><p><b>reasonReference</b>: Frog test condition</p><p><b>note</b>: </p><blockquote><div><p>Synthetic procedure fixture (Frog test data) for fhir-frog AU Core Procedure conformance testing.</p>\n</div></blockquote></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "80146002",
        "display" : "Appendectomy"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-fixture"
  },
  "encounter" : {
    "display" : "Frog Pond Clinic encounter"
  },
  "performedDateTime" : "2020-06-15",
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "74400008",
          "display" : "Appendicitis"
        }
      ]
    }
  ],
  "reasonReference" : [
    {
      "display" : "Frog test condition"
    }
  ],
  "note" : [
    {
      "text" : "Synthetic procedure fixture (Frog test data) for fhir-frog AU Core Procedure conformance testing."
    }
  ]
}