FHIR IG analytics| Package | kr.mohw.myhealthway |
| Resource Type | Media |
| Id | Media-MyHealthWayMediaExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Media "MyHealthWayMediaExample"
Profile: MyHealthWay Media Profile
identifier: http://www.example.com/media-example
status: completed
type: Image (Media Type#image)
modality: Diagram (Media Modality#diagram)
subject: Patient/MyHealthWayPatientExample ""
encounter: Encounter/MyHealthWayEncounterExample
created: 2017-12-17
bodySite: Structure of left hand (body structure) (SNOMED CT#85151006)
deviceName: Acme Camera
| ContentType | Data |
| text/plain | (base64 data - 12 bytes) |
{
"resourceType": "Media",
"id": "MyHealthWayMediaExample",
"meta": {
"profile": [
"https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-media"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.com",
"value": "media-example"
}
],
"status": "completed",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/media-type",
"code": "image",
"display": "Image"
}
]
},
"modality": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/media-modality",
"code": "diagram"
}
]
},
"subject": {
"reference": "Patient/MyHealthWayPatientExample"
},
"encounter": {
"reference": "Encounter/MyHealthWayEncounterExample"
},
"createdDateTime": "2017-12-17",
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "85151006",
"display": "Structure of left hand (body structure)"
}
]
},
"deviceName": "Acme Camera",
"content": {
"contentType": "text/plain",
"data": "ZGF0YSBleGFtcGxl"
}
}