FHIR IG analytics| Package | hl7.fhir.uv.phr.r4b |
| Resource Type | DocumentReference |
| Id | DocumentReference-jane-doe-genomics-document.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference jane-doe-genomics-document
Profile: PhrDocumentReference
status: Current
subject: Jane Doe (official) Female, DoB: 1985-05-15 ( http://hospital.example.org/patient#12345)
date: 2024-12-11 05:22:27+0000
author: Dr. Smith
content
Attachments
ContentType Title Creation application/pdf Genomics Report for Jane Doe 2024-12-11 05:22:27+0000
{
"resourceType": "DocumentReference",
"id": "jane-doe-genomics-document",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/PhrDocumentReference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"subject": {
"reference": "Patient/jane-doe"
},
"date": "2024-12-11T05:22:27.249Z",
"author": [
{
"display": "Dr. Smith"
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"title": "Genomics Report for Jane Doe",
"creation": "2024-12-11T05:22:27.249Z"
}
}
]
}