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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas
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

Language: en

Profile: PAS Document Reference

status: Current

type: Physician procedure note

category: Clinical Note

subject: JOE SMITH Male, DoB Unknown ( http://example.org/MIN#12345678901)

content

Attachments

-ContentTypeData
*text/plainVGhpcyBpcyBzYW1wbGUgYmFzZTY0IGVuY29kaW5nLg==

Source1

{
  "resourceType": "DocumentReference",
  "id": "DocumentReferenceExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-documentreference"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11505-5"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "code": "clinical-note"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/SubscriberExample"
  },
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "data": "VGhpcyBpcyBzYW1wbGUgYmFzZTY0IGVuY29kaW5nLg=="
      }
    }
  ]
}