FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | Patient |
| Id | Patient-patient-accommodation-service-animal.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-accommodation-service-animal
Profile: US Core Patient Profile
Marisol Reyes (no stated gender), DoB: 1992-06-30 ( Medical Record Number: 1099003 (use: usual, ))
| Active: | true | ||
| Contact Detail |
| ||
| US Core Accommodation Extension | By Practitioner/practitioner-1 @2026-05-12 | ||
{
"resourceType": "Patient",
"id": "patient-accommodation-service-animal",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Patient With Service Animal Accommodation Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core Patient Profile* illustrates the use of the US Core Accommodation Extension to record that the patient's service animal must be permitted to accompany the patient within the facility."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-accommodation",
"valueAnnotation": {
"authorReference": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
},
"time": "2026-05-12",
"text": "Allow service animals to accompany patient within the facility."
}
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://example.org/patient/identifiers",
"value": "1099003"
}
],
"active": true,
"name": [
{
"use": "usual",
"family": "Reyes",
"given": [
"Marisol"
]
}
],
"telecom": [
{
"system": "email",
"value": "marisol.reyes@example.com"
}
],
"birthDate": "1992-06-30",
"address": [
{
"line": [
"78 PINE CT"
],
"city": "EVERYTOWN",
"state": "OK",
"postalCode": "74047",
"country": "US"
}
]
}