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

FHIR IG analytics

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

status: Current

docStatus: Final

subject: Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01

content

Attachments

-ContentTypeUrl
*video/mp4http://example.com/cctv.mp4

Source1

{
  "resourceType": "DocumentReference",
  "id": "RSMinimumExampleDocRef",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-document-reference"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "docStatus": "final",
  "subject": {
    "reference": "urn:uuid:aaaa1111-bbbb-cccc-dddd-eeeeffff0001"
  },
  "content": [
    {
      "attachment": {
        "contentType": "video/mp4",
        "url": "http://example.com/cctv.mp4"
      }
    }
  ]
}