FHIR IG analytics| Package | ihe.pcc.qedm |
| Resource Type | DocumentReference |
| Id | DocumentReference-ex-documentreference.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference ex-documentreference
status: Current
subject: Jack Smith Other, DoB: 1923-07-25
content
Attachments
ContentType Title text/plain Hello World
{
"resourceType": "DocumentReference",
"id": "ex-documentreference",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"subject": {
"reference": "Patient/ex-patient"
},
"content": [
{
"attachment": {
"contentType": "text/plain",
"title": "Hello World"
}
}
]
}