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

FHIR IG analytics

Packagefhir.kisumuhie
Resource TypeObservation
IdObservation-Example-KsmUltraSoundObservation.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 Example-KsmUltraSoundObservation

status: Final

category: Imaging

code: Ultrasound scan

subject: Patient/1234

effective: 2025-06-30 10:30:00+0300

component

code: Ultrasound scan requested

value: true

component

code: Diagnostic procedure ordered

value: true

component

code: Ultrasound scan done

value: true

component

code: Ultrasound study date

value: 2025-06-29 14:15:00+0300

component

code: Procedure not done reason

value: Equipment not available

component

code: Amniotic fluid volume

value: Normal amniotic fluid

component

code: Placenta location

value: Anterior placenta


Source1

{
  "resourceType": "Observation",
  "id": "Example-KsmUltraSoundObservation",
  "meta": {
    "profile": [
      "http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-ultrasound-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "imaging"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "118245000",
        "display": "Ultrasound scan"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1234"
  },
  "effectiveDateTime": "2025-06-30T10:30:00+03:00",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "103315006",
            "display": "Ultrasound scan requested"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "3457005",
            "display": "Diagnostic procedure ordered"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "371525003",
            "display": "Ultrasound scan done"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "34574-4",
            "display": "Ultrasound study date"
          }
        ]
      },
      "valueDateTime": "2025-06-29T14:15:00+03:00"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "183966005",
            "display": "Procedure not done reason"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/anc-reason-ultrasound-not-done",
            "code": "11626002",
            "display": "Equipment not available"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11882-8",
            "display": "Amniotic fluid volume"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/anc-amniotic-fluid-level-cs",
            "code": "386661006",
            "display": "Normal amniotic fluid"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11876-0",
            "display": "Placenta location"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/anc-placenta-location",
            "code": "187295000",
            "display": "Anterior placenta"
          }
        ]
      }
    }
  ]
}