FHIR IG analytics| Package | hl7.fhir.be.core |
| Resource Type | DocumentReference |
| Id | DocumentReference-documentreferenceurl.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference documentreferenceurl
status: Current
category: Outpatient Note
author: PractitionerRole physician
content
Attachments
ContentType Url application/pdf https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf
| Related |
| DocumentReference: status = current; category = Outpatient Note |
{
"resourceType": "DocumentReference",
"id": "documentreferenceurl",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-documentreference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "34108-1",
"display": "Outpatient Note"
}
],
"text": "Outpatient Note"
}
],
"subject": {
"reference": "Patient/patient1"
},
"author": [
{
"reference": "PractitionerRole/practitionerrole1"
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf"
}
}
],
"context": {
"related": [
{
"reference": "DocumentReference/documentreferencebinary"
}
]
}
}