FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Patient |
| Id | Patient-au-core-patient-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
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 |
| ||
| Language: | English (preferred) | ||
| Individual Pronouns: |
| ||
| Australian Indigenous Status | australian-indigenous-status-1: 4 (Neither Aboriginal nor Torres Strait Islander origin) | ||
| Individual Gender Identity: |
| ||
{
"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
}
]
}