FHIR IG analytics| Package | hl7.fhir.us.specialty-rx |
| Resource Type | Patient |
| Id | Patient-specialty-rx-patient-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Timothy V. Doe male, DoB: 1987-02-20 ( id: 1234)
| Active: | true | ||
| Contact Details: |
| ||
| Language: | English (Region=United States) | ||
{
"resourceType": "Patient",
"id": "specialty-rx-patient-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/patient-id",
"value": "1234"
}
],
"active": true,
"name": [
{
"family": "Doe",
"given": [
"Timothy",
"V."
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "email",
"value": "tim.doe@example.com"
}
],
"gender": "male",
"birthDate": "1987-02-20",
"address": [
{
"line": [
"2224 Century Ave"
],
"city": "Minnetonka",
"state": "MN",
"postalCode": "55345",
"country": "US"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-US",
"display": "English (Region=United States)"
}
]
}
}
]
}