FHIR IG analytics| Package | kr.mohw.myhealthway |
| Resource Type | DocumentReference |
| Id | DocumentReference-MyHealthWayDocumentReferenceExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference
Resource DocumentReference "MyHealthWayDocumentReferenceExample"
identifier: http://www.example.com/documentReference-example
status: current
type: History and physical note (LOINC#34117-2)
subject: Patient/MyHealthWayPatientExample ""
date: 2013. 7. 1. 오후 10:11:33
content
Attachments
ContentType Data text/plain (base64 data - 12 bytes)
| Encounter |
| Encounter/MyHealthWayEncounterExample |
{
"resourceType": "DocumentReference",
"id": "MyHealthWayDocumentReferenceExample",
"meta": {
"profile": [
"https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
}