FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Patient |
| Id | Patient-acs-patient-bob.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Identifier | NHI ABC1235 |
|---|---|
| Name | Mr Bob Bobby Bobson |
| Gender | Male |
| Sex at birth | Male |
| Date of birth | 1984-06-02 |
| Phone | (03) 444 7890 home; (027) 7878 7878 mobile |
| bob@bobson.org.nz | |
| Address | Bobs Big Building, 17 Bobson Boulevard, Boganville 6789, New Zealand |
{
"resourceType": "Patient",
"id": "acs-patient-bob",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/ambulance-care-summary-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/sex-at-birth",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"code": "male",
"display": "Male"
}
]
}
}
],
"identifier": [
{
"system": "https://standards.digital.health.nz/ns/nhi-id",
"value": "ABC1235"
}
],
"name": [
{
"use": "official",
"family": "Bobson",
"given": [
"Bob",
"Bobby"
],
"prefix": [
"Mr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(03) 444 7890",
"use": "home"
},
{
"system": "phone",
"value": "(027) 7878 7878",
"use": "mobile"
},
{
"system": "email",
"value": "bob@bobson.org.nz"
}
],
"gender": "male",
"birthDate": "1984-06-02",
"address": [
{
"use": "home",
"line": [
"Bobs Big Building",
"17 Bobson Boulevard"
],
"city": "Boganville",
"district": "Baldrick",
"postalCode": "6789",
"country": "New Zealand"
}
]
}