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

FHIR IG analytics

Packagehl7.fhir.be.core
Resource TypeDocumentReference
IdDocumentReference-documentreferenceurl.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


Source1

{
  "resourceType": "DocumentReference",
  "id": "documentreferenceurl",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-documentreference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "34108-1",
          "display": "Outpatient Note"
        }
      ],
      "text": "Outpatient Note"
    }
  ],
  "subject": {
    "reference": "Patient/patient1"
  },
  "author": [
    {
      "reference": "PractitionerRole/practitionerrole1"
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "https://dss.mo.gov/mhd/cs/psych/pdf/progressnote_indv_sample.pdf"
      }
    }
  ],
  "context": {
    "related": [
      {
        "reference": "DocumentReference/documentreferencebinary"
      }
    ]
  }
}