FHIR IG analytics| Package | kr.mohw.myhealthway |
| Resource Type | ImagingStudy |
| Id | ImagingStudy-MyHealthWayImagingStudyExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImagingStudy
Resource ImagingStudy "MyHealthWayImagingStudyExample"
Profile: MyHealthWay ImagingStudy Profile
identifier: http://www.example.com/imagingStudy-example
status: registered
subject: Patient/MyHealthWayPatientExample ""
encounter: Encounter/MyHealthWayEncounterExample
started: 2023-04-01 14:05:00+0900
endpoint: Endpoint/MyHealthWayEndpointExample "PACS Hospital DICOM WADO-RS endpoint"
| Uid | Modality | Description |
| 1.22.333.666666.4444.0123456789.55555.55555.0123456789 | Ultrasound (Details: DICOM code US = 'Ultrasound', stated as 'Ultrasound') | Ultrasound |
{
"resourceType": "ImagingStudy",
"id": "MyHealthWayImagingStudyExample",
"meta": {
"profile": [
"https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-imagingstudy"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.com",
"value": "imagingStudy-example"
}
],
"status": "registered",
"subject": {
"reference": "Patient/MyHealthWayPatientExample"
},
"encounter": {
"reference": "Encounter/MyHealthWayEncounterExample"
},
"started": "2023-04-01T14:05:00+09:00",
"endpoint": [
{
"reference": "Endpoint/MyHealthWayEndpointExample"
}
],
"series": [
{
"uid": "1.22.333.666666.4444.0123456789.55555.55555.0123456789",
"modality": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "US",
"display": "Ultrasound"
},
"description": "Ultrasound"
}
]
}