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

FHIR IG analytics

Packagehl7.fhir.uv.phr.r4b
Resource TypeDocumentReference
IdDocumentReference-jane-doe-genomics-document.json
FHIR VersionR4B

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: DocumentReference jane-doe-genomics-document

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

-ContentTypeTitleCreation
*application/pdfGenomics Report for Jane Doe2024-12-11 05:22:27+0000

Source1

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