AU Core Implementation Guide
0.2.0-preview - QA Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: RelatedPerson - Mother of John Smith - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "smith-emma-john",
  "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><b>Generated Narrative: RelatedPerson</b><a name=\"smith-emma-john\"> </a></p><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\">Resource RelatedPerson &quot;smith-emma-john&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-relatedperson.html\">AU Core RelatedPerson</a></p></div><p><b>identifier</b>: Medicare Number:\u00a01234567892\u00a0(period:\u00a0(?) --&gt; 2024-05)</p><p><b>patient</b>: <a href=\"Patient-baby-smith-john.html\">Patient/baby-smith-john</a> &quot; SMITH&quot;</p><p><b>relationship</b>: mother <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#MTH)</span></p><p><b>name</b>: Emma SMITH </p><p><b>telecom</b>: ph: 0491 579 212(MOBILE)</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MC",
            "display" : "Patient's Medicare Number"
          }
        ],
        "text" : "Medicare Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-number",
      "value" : "1234567892",
      "period" : {
        "end" : "2024-05"
      }
    }
  ],
  "patient" : {
    "reference" : "Patient/baby-smith-john",
    "identifier" : {
      "use" : "temp",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824753003",
      "value" : "7746677",
      "assigner" : {
        "display" : "QLD Hospital"
      }
    }
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "MTH",
          "display" : "mother"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "SMITH",
      "given" : [
        "Emma"
      ],
      "prefix" : [
        "Mrs."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0491 579 212",
      "use" : "mobile"
    }
  ]
}