FHIR IG analytics| Package | ihe.iti.mhd |
| Resource Type | DocumentReference |
| Id | DocumentReference-ex-documentreference2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference ex-documentreference2
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
status: Current
content
Attachments
ContentType Title text/plain Hello World
{
"resourceType": "DocumentReference",
"id": "ex-documentreference2",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"content": [
{
"attachment": {
"contentType": "text/plain",
"title": "Hello World"
}
}
]
}