0.1.0 - ci-build

KISUMUHIEFHIRIG, published by intellisoftkenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kisumu-County-HIE-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example ANC Ultrasound Observation - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "Example-KsmUltraSoundObservation",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-ultrasound-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Example-KsmUltraSoundObservation</b></p><a name=\"Example-KsmUltraSoundObservation\"> </a><a name=\"hcExample-KsmUltraSoundObservation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ksm-ultrasound-observation.html\">Ultrasound - Kisumu Patient</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category imaging}\">Imaging</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 118245000}\">Ultrasound scan</span></p><p><b>subject</b>: <a href=\"Patient/1234\">Patient/1234</a></p><p><b>effective</b>: 2025-06-30 10:30:00+0300</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 103315006}\">Ultrasound scan requested</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3457005}\">Diagnostic procedure ordered</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 371525003}\">Ultrasound scan done</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 34574-4}\">Ultrasound study date</span></p><p><b>value</b>: 2025-06-29 14:15:00+0300</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 183966005}\">Procedure not done reason</span></p><p><b>value</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/anc-reason-ultrasound-not-done 11626002}\">Equipment not available</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11882-8}\">Amniotic fluid volume</span></p><p><b>value</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/anc-amniotic-fluid-level-cs 386661006}\">Normal amniotic fluid</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11876-0}\">Placenta location</span></p><p><b>value</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/anc-placenta-location 187295000}\">Anterior placenta</span></p></blockquote></div>"
  },
  "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"
          }
        ]
      }
    }
  ]
}