0.3.0 - ci-build Norway flag

VkpObservation - Local Development build (v0.3.0). See the Directory of published versions

: vkp-body-weight-create - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "vkp-body-weight-create",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-03-17T22:35:23+11:00",
    "source" : "Thomas",
    "profile" : [
      "http://ehelse.no/fhir/StructureDefinition/vkp-Observation-Bodyweight"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"vkp-body-weight-create\"> </a></p><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\">Resource Observation &quot;vkp-body-weight-create&quot; Version &quot;1&quot; Updated &quot;2022-03-17 22:35:23+1100&quot; </p><p style=\"margin-bottom: 0px\">Information Source: Thomas!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vkp-Observation-Bodyweight.html\">Vkp VitalSigns Observation - Body weight</a></p></div><p><b>identifier</b>: id:\u00a0testBWexternalId3</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Body weight <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#29463-7; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#27113001 &quot;Body weight (observable entity)&quot;)</span></p><p><b>subject</b>: <span/></p><p><b>effective</b>: 2022-03-17</p><p><b>performer</b>: <span/></p><p><b>value</b>: 49000 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code g = 'g')</span></p><p><b>note</b>: Test Body Weight</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://dips.no/fhir/namingsystem/externalId",
      "value" : "testBWexternalId3"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "29463-7",
        "display" : "Body weight"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "27113001",
        "display" : "Body weight (observable entity)"
      }
    ]
  },
  "subject" : {
    "identifier" : {
      "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
      "value" : "1000807"
    }
  },
  "effectiveDateTime" : "2022-03-17",
  "performer" : [
    {
      "identifier" : {
        "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
        "value" : "889911"
      }
    }
  ],
  "valueQuantity" : {
    "value" : 49000,
    "unit" : "g",
    "system" : "http://unitsofmeasure.org",
    "code" : "g"
  },
  "note" : [
    {
      "text" : "Test Body Weight"
    }
  ]
}