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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypeDocumentReference
IdDocumentReference-mammography-consent.json
FHIR VersionR5

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


Source1

{
  "resourceType": "DocumentReference",
  "id": "mammography-consent",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/integrations/StructureDefinition/screening-document-reference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "59284-0",
        "display": "Consent document"
      }
    ]
  },
  "subject": {
    "reference": "Patient/lola-oripova"
  },
  "context": [
    {
      "reference": "Encounter/Encounter-radiology"
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "https://storage.ssv.uz/docs/consent-lola-oripova.pdf",
        "title": "Informed Consent for Mammography Screening",
        "creation": "2025-11-17T08:00:00Z"
      }
    }
  ]
}