FHIR IG analytics| Package | ihe.rad.ira |
| Resource Type | Patient |
| Id | Patient-example-PatientContext.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-PatientContext",
"meta": {
"profile": [
"https://profiles.ihe.net/RAD/IRA/StructureDefinition/patientcontext"
]
},
"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"
]
}
]
}