FHIR IG analytics| Package | hl7.fhir.in |
| Resource Type | DocumentReference |
| Id | DocumentReference-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: example-01
meta:
status: current
docStatus: final
type: Laboratory report
subject: Patient/1
| - | Attachment |
| * |
{
"resourceType": "DocumentReference",
"id": "example-01",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/DocumentReference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"docStatus": "final",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "4241000179101",
"display": "Laboratory report"
}
],
"text": "Laboratory report"
},
"subject": {
"reference": "Patient/1"
},
"content": [
{
"attachment": {
"contentType": "application/pdf",
"language": "en-IN",
"data": "R0lGODlhfgCRAPcAAAAAAIAAAACAAICAAAAAgIAA oxrXyMY2uvGNcIyj HOeoxkXBh44OOZdn8Ggu+DiPjwtJ2CZyUomCTRGO",
"size": 72,
"hash": "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
"title": "Laboratory report",
"creation": "2019-05-29T14:58:58.181+05:30"
}
}
]
}