FHIR IG analytics| Package | johnmoehrke.testbundle.example |
| Resource Type | DocumentReference |
| Id | DocumentReference-ex-DocumentReferenceX.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference ex-DocumentReferenceX
Profile: DocumentReference X profile
status: Current
subject: Dumb Schmidt (no stated gender), DoB Unknown
author: Practitioner: telecom = JohnMoehrke@gmail.com
content
Attachments
ContentType Title text/plain Hello World
Generated Narrative: Practitioner #in-practitioner
telecom: JohnMoehrke@gmail.com
{
"resourceType": "DocumentReference",
"id": "ex-DocumentReferenceX",
"meta": {
"profile": [
"http://johnmoehrke.github.io/testbundle/StructureDefinition/DocumentReferenceX"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Practitioner",
"id": "in-practitioner",
"telecom": [
{
"system": "email",
"value": "JohnMoehrke@gmail.com"
}
]
}
],
"status": "current",
"subject": {
"reference": "Patient/ex-Patient"
},
"author": [
{
"reference": "#in-practitioner"
}
],
"content": [
{
"attachment": {
"contentType": "text/plain",
"title": "Hello World"
}
}
]
}