FHIR IG analytics| Package | hl7.fhir.uv.imaging-service-request-ig |
| Resource Type | Patient |
| Id | Patient-example-imaging-patient.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example-imaging-patient
Language: en
Profile: Patient - DICOM MWL Patient Mapping
DANIELLE PLUTONIUM (no stated gender), DoB Unknown ( Medical record number)
{
"resourceType": "Patient",
"id": "example-imaging-patient",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-patient"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://goodhealth.org/mrn",
"value": "PID12345"
}
],
"name": [
{
"family": "PLUTONIUM",
"given": [
"DANIELLE"
]
}
]
}