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

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "au-core-relatedperson-conformant",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson au-core-relatedperson-conformant</b></p><a name=\"au-core-relatedperson-conformant\"> </a><a name=\"hcau-core-relatedperson-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-relatedperson.html\">AU Core RelatedPerson</a></p></div><p><b>patient</b>: <a href=\"Patient/relatedperson-patient-fixture\">Patient/relatedperson-patient-fixture</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">Father</span></p><p><b>name</b>: Bob Banks(Official)</p><p><b>telecom</b>: ph: 0400000002(Mobile)</p><p><b>address</b>: 1 Test Street Testville NSW 2000 (home)</p></div>"
  },
  "patient" : {
    "reference" : "Patient/relatedperson-patient-fixture"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "FTH",
          "display" : "father"
        }
      ],
      "text" : "Father"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "Bob Banks",
      "family" : "Banks",
      "given" : [
        "Bob"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0400000002",
      "use" : "mobile"
    }
  ],
  "address" : [
    {
      "use" : "home",
      "line" : [
        "1 Test Street"
      ],
      "city" : "Testville",
      "state" : "NSW",
      "postalCode" : "2000"
    }
  ]
}