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

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "au-core-practitionerrole-practitioner",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner au-core-practitionerrole-practitioner</b></p><a name=\"au-core-practitionerrole-practitioner\"> </a><a name=\"hcau-core-practitionerrole-practitioner\"> </a><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/id/hi/hpii/1.0</code>/8003614900041692</p><p><b>name</b>: Providence Frog(Official)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value" : "8003614900041692"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "Providence Frog",
      "family" : "Frog",
      "given" : [
        "Providence"
      ]
    }
  ]
}