FHIR IG analytics| Package | ihe.rad.mado |
| Resource Type | Patient |
| Id | Patient-pat-mrn--1097192655.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient pat-mrn--1097192655
John DOE Male, DoB: 1977-05-30 ( Medical Record number: UV59569735 (use: usual, ))
{
"resourceType": "Patient",
"id": "pat-mrn--1097192655",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record number"
}
]
},
"system": "http://example.org/fhir/mrn-ids",
"value": "UV59569735"
}
],
"name": [
{
"text": "John DOE",
"family": "DOE",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1977-05-30"
}