FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | DocumentReference |
| Id | DocumentReference-rs-example-documentreference.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "DocumentReference",
"id": "rs-example-documentreference",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-document-reference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "18748-4",
"display": "Document image"
}
]
},
"subject": {
"reference": "Patient/rs-example-patient"
},
"content": [
{
"attachment": {
"contentType": "image/jpeg",
"url": "https://example.org/fhir/Binary/rs-crash-photo",
"title": "Crash scene photograph"
},
"format": {
"system": "http://terminology.hl7.org/CodeSystem/formatcodes",
"code": "urn:ihe:pcc:dsr:2016"
}
}
],
"context": {
"encounter": [
{
"reference": "Encounter/rs-example-encounter"
}
]
}
}