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

FHIR IG analytics

Packagehl7.fhir.stt
Resource TypeDocumentReference
IdDocumentReference_2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DocumentReference",
  "identifier": [
    {
      "value": "2"
    }
  ],
  "status": "current",
  "docStatus": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "24725-4",
        "display": "CT Head"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "18726-0",
          "display": "Radiology studies (set)"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/82211042058",
    "type": "Patient",
    "display": "LUKE SKYWALKER"
  },
  "date": "2021-03-19T08:30:00Z",
  "author": [
    {
      "reference": "Practitioner/27420893063",
      "type": "Practitioner",
      "display": "OBI-WAN KENOBI"
    }
  ],
  "custodian": {
    "reference": "Organization/3157245",
    "type": "Organization",
    "display": "HOSPITAL UNIV PROFESSOR POLYDORO ERNANI DE SAO THIAGO"
  },
  "description": "Tomografia - Crânio",
  "content": [
    {
      "attachment": {
        "contentType": "image/jpeg",
        "url": "https://prod-images-static.radiopaedia.org/images/4170261/c5d7c3ed6c7fe53e59c2dd902e44b9_big_gallery.jpg",
        "title": "Tomografia - Crânio"
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "reference": "Encounter/1",
        "type": "Encounter",
        "display": "Teleatendimento"
      }
    ]
  }
}