FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Patient |
| Id | Patient-acs-cda-patient-bob.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient acs-cda-patient-bob
Profile: Ambulance Care Summary Patient
Bob Bobby Bobson (official) Male, DoB: 1984-06-02 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ABC1235)
| Contact Detail |
| ||
| Sex At Birth | Male | ||
{
"resourceType": "Patient",
"id": "acs-cda-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": "(03) 444 7654",
"use": "work"
},
{
"system": "phone",
"value": "(027) 7878 7878",
"use": "mobile"
},
{
"system": "email",
"value": "bob@bobson.org.nz",
"use": "home"
}
],
"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"
}
]
}