MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MyHealthWay DocumentReference Example - JSON Representation
Raw json | Download
{
"resourceType" : "DocumentReference",
"id" : "MyHealthWayDocumentReferenceExample",
"meta" : {
"profile" : [
🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"MyHealthWayDocumentReferenceExample\"> </a></p><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\">Resource DocumentReference "MyHealthWayDocumentReferenceExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-documentreference.html\">MyHealthWay DocumentReference Profile</a></p></div><p><b>identifier</b>: id:\u00a0documentReference-example</p><p><b>status</b>: current</p><p><b>type</b>: History and physical note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#34117-2)</span></p><p><b>subject</b>: <a href=\"Patient-MyHealthWayPatientExample.html\">Patient/MyHealthWayPatientExample</a> ""</p><p><b>date</b>: 2013. 7. 1. 오후 10:11:33</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td>(base64 data - 12 bytes)</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter-MyHealthWayEncounterExample.html\">Encounter/MyHealthWayEncounterExample</a></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://www.example.com",
"value" : "documentReference-example"
}
],
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "34117-2",
"display" : "History and physical note"
}
]
},
"subject" : {
🔗 "reference" : "Patient/MyHealthWayPatientExample"
},
"date" : "2013-07-01T23:11:33+10:00",
"content" : [
{
"attachment" : {
"contentType" : "text/plain",
"data" : "ZGF0YSBleGFtcGxl"
}
}
],
"context" : {
"encounter" : [
{
🔗 "reference" : "Encounter/MyHealthWayEncounterExample"
}
]
}
}