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

FHIR IG analytics

Packagehl7.fhir.us.consent-management
Resource TypeDocumentReference
IdDocumentReference-DocumentReferenceExample.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: DocumentReference DocumentReferenceExample

identifier: http://example.org/1234567

status: Current

type: Release of information consent Document

category: Privacy policy acknowledgment Document

subject: Identifier: http://example.org/mrn/M1230041

date: 2024-01-01 15:30:00+0000

author: Identifier: United States National Provider Identifier/1234567893

content

Attachments

-ContentTypeUrl
*application/pdfhttp://example.org/consentexample

Source1

{
  "resourceType": "DocumentReference",
  "id": "DocumentReferenceExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org",
      "value": "1234567"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "64292-6"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "57016-8"
        }
      ]
    }
  ],
  "subject": {
    "identifier": {
      "system": "http://example.org/mrn",
      "value": "M1230041"
    }
  },
  "date": "2024-01-01T15:30:00Z",
  "author": [
    {
      "identifier": {
        "system": "http://hl7.org/fhir/sid/us-npi",
        "value": "1234567893"
      }
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "http://example.org/consentexample"
      }
    }
  ]
}