FHIR IG analytics| Package | ee.fhir.base |
| Resource Type | Patient |
| Id | Patient-pat2.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient pat2
Profile: EEBase Patient
John Doe Male, DoB Unknown ( https://fhir.ee/sid/pid/usa/ppn#N857623628)
| Other Id: | https://fhir.ee/sid/pid/est/prn/90006399/983453-4363-634-63423457-325 | ||
| Contact Detail | 5601 Universal Blvd, Orlando, FL 32819, USA(temp) | ||
{
"resourceType": "Patient",
"id": "pat2",
"meta": {
"profile": [
"https://fhir.ee/base/StructureDefinition/ee-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ee/sid/pid/usa/ppn",
"value": "N857623628"
},
{
"system": "https://fhir.ee/sid/pid/est/prn/90006399",
"value": "983453-4363-634-63423457-325"
}
],
"name": [
{
"use": "usual",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"address": [
{
"use": "temp",
"text": "5601 Universal Blvd, Orlando, FL 32819, USA",
"line": [
"5601 Universal Blvd"
],
"city": "Orlando",
"district": "Orange County",
"state": "FL",
"postalCode": "32819",
"country": "US"
}
]
}