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

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypePatient
IdPatient-au-core-patient-conformant.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 au-core-patient-conformant

Sample Frog(official) Female, DoB: 1990-01-01 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)


Contact Detail
  • ph: 0400000000(Mobile)
  • 1 Test Street Testville NSW 2000 (home)
Language:English (preferred)
Individual Pronouns:
  • value: she/her/her/hers/herself
Australian Indigenous Statusaustralian-indigenous-status-1: 4 (Neither Aboriginal nor Torres Strait Islander origin)
Individual Gender Identity:
  • value: female

Source1

{
  "resourceType": "Patient",
  "id": "au-core-patient-conformant",
  "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": "4",
        "display": "Neither Aboriginal nor Torres Strait Islander origin"
      }
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/gender-identity",
                "code": "female",
                "display": "female"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/pronouns",
                "code": "LA29519-8",
                "display": "she/her/her/hers/herself"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI"
          }
        ],
        "text": "IHI"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value": "8003608833357361"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Sample Frog",
      "family": "Frog",
      "given": [
        "Sample"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0400000000",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1990-01-01",
  "address": [
    {
      "use": "home",
      "line": [
        "1 Test Street"
      ],
      "city": "Testville",
      "state": "NSW",
      "postalCode": "2000"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      },
      "preferred": true
    }
  ]
}