0.5.1 - ci-build Norway flag

VkpObservation - Local Development build (v0.5.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Pmd bundle example - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "pmd-Bundle-Request-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.no/fhir/vkpobservation/StructureDefinition/pmd-Bundle-Observation"
    ]
  },
  "type" : "batch",
  "entry" : [
    {
      "fullUrl" : "BundleExample",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "vkp-body-temperature-create",
        "meta" : {
          "versionId" : "0",
          "lastUpdated" : "2014-01-30T22:35:23+11:00",
          "source" : "Thomas",
          "profile" : [
            🔗 "http://hl7.no/fhir/vkpobservation/StructureDefinition/vkp-Observation-Bodytemp"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_vkp-body-temperature-create\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation vkp-body-temperature-create</b></p><a name=\"vkp-body-temperature-create\"> </a><a name=\"hcvkp-body-temperature-create\"> </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\">version: 0; Last updated: 2014-01-30 22:35:23+1100; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.no.basis@2.2.2&amp;canonical=http://fhir.org/packages/hl7.fhir.no.basis/Thomas\">Thomas</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vkp-Observation-Bodytemp.html\">Vkp VitalSigns Observation - Body temperature</a></p></div><p><b>identifier</b>: <code>http://dips.no/fhir/namingsystem/externalId</code>/testtempexternalId4</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8310-5}, {http://snomed.info/sct 276885007}\">Body temperature</span></p><p><b>subject</b>: Identifier: Foedselsnummer/1000239</p><p><b>effective</b>: 2022-03-16</p><p><b>performer</b>: Identifier: Foedselsnummer/889911</p><p><b>value</b>: 37 Cel<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeCel = 'Cel')</span></p><p><b>note</b>: </p><blockquote><div><p>Demo Body Temperature</p>\n</div></blockquote><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 34402009}\">Endetarm</span></p></div>"
        },
        "identifier" : [
          {
            "system" : "http://dips.no/fhir/namingsystem/externalId",
            "value" : "testtempexternalId4"
          }
        ],
        "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" : "8310-5",
              "display" : "Body temperature"
            },
            {
              "system" : "http://snomed.info/sct",
              "code" : "276885007",
              "display" : "Core body temperature (observable entity)"
            }
          ],
          "text" : "Body temperature"
        },
        "subject" : {
          "identifier" : {
            "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
            "value" : "1000239"
          }
        },
        "effectiveDateTime" : "2022-03-16",
        "performer" : [
          {
            "identifier" : {
              "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
              "value" : "889911"
            }
          }
        ],
        "valueQuantity" : {
          "value" : 37,
          "unit" : "Cel",
          "system" : "http://unitsofmeasure.org",
          "code" : "Cel"
        },
        "note" : [
          {
            "text" : "Demo Body Temperature"
          }
        ],
        "bodySite" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "34402009",
              "display" : "Endetarm"
            }
          ]
        }
      },
      "request" : {
        "method" : "PUT",
        "url" : "test.url"
      }
    }
  ]
}