FHIR IG analytics| Package | ee.fhir.mpi |
| 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)
{
"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"
}
],
"name": [
{
"use": "usual",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male"
}