HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1
HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Media",
"id" : "media_ID_example",
"meta" : {
"source" : "Airdoc"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Media media_ID_example</b></p><a name=\"media_ID_example\"> </a><a name=\"hcmedia_ID_example\"> </a><a name=\"media_ID_example-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: Airdoc</p></div><p><b>status</b>: Completed</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/media-type audio}\">Audio</span></p><p><b>subject</b>: <a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></p><p><b>created</b>: 2021-11-19 21:09:24+0000</p><p><b>issued</b>: 2021-11-19 21:09:24+0000</p><p><b>operator</b>: <a href=\"Practitioner/6197b4718a1c764009364404-author\">Practitioner/6197b4718a1c764009364404-author</a></p><p><b>bodySite</b>: <span title=\"Codes:\">Lung Function</span></p><p><b>duration</b>: 10.0</p><blockquote><p><b>content</b></p></blockquote><p><b>note</b>: @2021-11-19 14:33:08+0000</p></div>"
},
"status" : "completed",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/media-type",
"code" : "audio"
}
]
},
"subject" : {
"reference" : "Patient/patient_ID_example"
},
"createdDateTime" : "2021-11-19T21:09:24.009Z",
"issued" : "2021-11-19T21:09:24.009Z",
"operator" : {
"reference" : "Practitioner/6197b4718a1c764009364404-author"
},
"bodySite" : {
"text" : "Lung Function"
},
"duration" : 10.0,
"content" : {
"id" : "a1",
"contentType" : "audio/wav",
"data" : "UklGRiSXDgBAAAAAAAAAAAAAAAAAAAAAAAAQArAWIBlwHLAQsCRAKHAskCBwNIA4kDzwMOBBzsIbQiRCKoI",
"creation" : "2021-11-19T14:33:08.033Z"
},
"note" : [
{
"time" : "2021-11-19T14:33:08.033Z"
}
]
}