FHIR IG analytics| Package | ihe.rad.idr |
| Resource Type | Patient |
| Id | Patient-example-Patient.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
John Smith (no stated gender), DoB Unknown ( Medical Record Number/1234567)
{
"resourceType": "Patient",
"id": "example-Patient",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://www.acme.com/identifiers/patient",
"value": "1234567"
}
],
"name": [
{
"family": "Smith",
"given": [
"John"
]
}
]
}