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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeDocumentReference
IdDocumentReference-rs-example-documentreference.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

Crash scene photograph associated with rs-example-encounter for patient rs-example-patient.

Source1

{
  "resourceType": "DocumentReference",
  "id": "rs-example-documentreference",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-document-reference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "18748-4",
        "display": "Document image"
      }
    ]
  },
  "subject": {
    "reference": "Patient/rs-example-patient"
  },
  "content": [
    {
      "attachment": {
        "contentType": "image/jpeg",
        "url": "https://example.org/fhir/Binary/rs-crash-photo",
        "title": "Crash scene photograph"
      },
      "format": {
        "system": "http://terminology.hl7.org/CodeSystem/formatcodes",
        "code": "urn:ihe:pcc:dsr:2016"
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "reference": "Encounter/rs-example-encounter"
      }
    ]
  }
}