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

FHIR IG analytics

Packageihe.rad.imr
Resource TypeObservation
IdObservation-ex-IMRObservation-Impression-2.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

ResourceObservation "ex-IMRObservation-Impression-2"

Profile: (Experimental) Imaging Observation

Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActReason

basedOn: ServiceRequest/ex-ServiceRequest

partOf: ImagingStudy/ex-ImagingStudy

status: final

category: Imaging (Observation Category Codes#imaging)

code: Radiology Imaging study [Impression] (narrative) (LOINC#19005-8)

subject: Patient/ex-Patient " SMITH"

effective: 2020-12-31 23:50:50-0500

value: Central medianstinal lymphadenopathy is likely reactive.


Source1

{
  "resourceType": "Observation",
  "id": "ex-IMRObservation-Impression-2",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr-observation"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/ex-ServiceRequest"
    }
  ],
  "partOf": [
    {
      "reference": "ImagingStudy/ex-ImagingStudy"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "imaging",
          "display": "Imaging"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "19005-8",
        "display": "Radiology Imaging study [Impression] (narrative)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ex-Patient"
  },
  "effectiveDateTime": "2020-12-31T23:50:50-05:00",
  "valueString": "Central medianstinal lymphadenopathy is likely reactive."
}