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

FHIR IG analytics

Packageihe.rad.ira
Resource TypeObservation
IdObservation-example-ObservationContent.json
FHIR VersionR5

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

Resource Observation "example-ObservationContent"

Profile: Observation Content

status: preliminary

category: Imaging (Observation Category Codes#imaging)

code: Bilateral hilar lymph node sarcoidosis (SNOMED CT#233767005)

subject: Patient/example-PatientContext " SMITH"

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

bodySite: right paratracheal station (SNOMED CT#24028007 "Right")

derivedFrom: ImagingStudy/example-ImagingStudyContext

component

code: Length (SNOMED CT#410668003)

value: <=1.2 cm

component

code: Width (SNOMED CT#103355008)

value: <=0.8 cm


Source1

{
  "resourceType": "Observation",
  "id": "example-ObservationContent",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RAD/IRA/StructureDefinition/ira-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "preliminary",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "imaging",
          "display": "Imaging"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "233767005",
        "display": "Bilateral hilar lymph node sarcoidosis"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-PatientContext"
  },
  "effectiveDateTime": "2020-12-31T23:50:50-05:00",
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "24028007",
        "display": "Right"
      }
    ],
    "text": "right paratracheal station"
  },
  "derivedFrom": [
    {
      "reference": "ImagingStudy/example-ImagingStudyContext"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "410668003",
            "display": "Length"
          }
        ]
      },
      "valueQuantity": {
        "value": 1.2,
        "comparator": "<=",
        "unit": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "103355008",
            "display": "Width"
          }
        ]
      },
      "valueQuantity": {
        "value": 0.8,
        "comparator": "<=",
        "unit": "cm"
      }
    }
  ]
}