FHIR IG analytics| Package | first.package |
| Resource Type | Patient |
| Id | Patient-PatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "PatientExample",
"meta": {
"profile": [
"http://example.org/StructureDefinition/MyPatient"
]
},
"name": [
{
"given": [
"James"
],
"family": "Pond"
}
]
}