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