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

FHIR IG analytics

Packagehl7.fhir.uv.radiation-dose-summary
Resource TypeObservation
IdObservation-33.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: Observation 33

Language: en

Profile: Indication Observation

status: Final

code: Indications for Procedure

subject: Pascale Dupont

effective: 2015-01-01 23:43:30+0000

performer: John Moore

value: Exam to check right kidney


Source1

{
  "resourceType": "Observation",
  "id": "33",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/indication-observation"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "version": "2025.2.20250411",
        "code": "121109",
        "display": "Indications for Procedure"
      }
    ]
  },
  "subject": {
    "reference": "Patient/56",
    "display": "Pascale Dupont"
  },
  "effectiveDateTime": "2015-01-01T23:43:30.000Z",
  "performer": [
    {
      "reference": "Practitioner/33",
      "display": "John Moore"
    }
  ],
  "valueString": "Exam to check right kidney"
}