FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.in
Resource TypeDocumentReference
IdDocumentReference-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Contents

-Attachment
*

Source1

{
  "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"
      }
    }
  ]
}