FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypePatient
IdPatient-example2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient example2

Sally Grant Female, DoB Unknown ( Medicare Number: 1234567892 (, period: (?) --> 2019-05))


Contact Detail
Closing the Gap Registrationtrue
Australian Indigenous Statusaustralian-indigenous-status-1: 3 (Both Aboriginal and Torres Strait Islander origin)

Source1

{
  "resourceType": "Patient",
  "id": "example2",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
      "valueCoding": {
        "system": "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
        "code": "3",
        "display": "Both Aboriginal and Torres Strait Islander origin"
      }
    },
    {
      "url": "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration",
      "valueBoolean": true
    }
  ],
  "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": "2019-05"
      }
    }
  ],
  "name": [
    {
      "family": "Grant",
      "given": [
        "Sally"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "sgrant@amail.example.com"
    }
  ],
  "gender": "female",
  "address": [
    {
      "line": [
        "999 Astor Terrace"
      ],
      "city": "Spring Hill",
      "state": "QLD",
      "postalCode": "4000",
      "country": "Australia"
    }
  ]
}