FHIR IG analytics| Package | navify.fhir.r5.rdc |
| Resource Type | Patient |
| Id | rdc-Patient-Peter-minimal.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "rdc-Patient-Peter-minimal",
"meta": {
"profile": [
"https://roche.com/fhir/iop/StructureDefinition/rdc-Patient"
]
},
"identifier": [
{
"system": "urn:oid:2.16.724.4.41",
"value": "5e3b4d8f-2c3a-4c8b-bd3e-9a1f8e7c6a2d"
}
],
"name": [
{
"family": "Chalmers",
"given": [
"Peter"
]
}
],
"telecom": [
{
"system": "email",
"value": "peter@email.com"
}
]
}