0.4.1 - ci-build Norway flag

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

: CFS score example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "vkp-cfs-create",
  "meta" : {
    "versionId" : "0",
    "lastUpdated" : "2014-01-30T11:35:23+00:00",
    "source" : "MEDANETS",
    "profile" : [
      🔗 "http://hl7.no/fhir/vkpobservation/StructureDefinition/vkp-Observation-CFSscore"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation vkp-cfs-create</b></p><a name=\"vkp-cfs-create\"> </a><a name=\"hcvkp-cfs-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 11:35:23+0000; </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/MEDANETS\">MEDANETS</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vkp-Observation-CFSscore.html\">Vkp Observation - CFS score</a></p></div><p><b>identifier</b>: <code>http://dips.no/fhir/namingsystem/externalId</code>/External Id: testCFS</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 763264000}\">Canadian Study of Health and Aging Clinical Frailty Scale score (observable entity)</span></p><p><b>subject</b>: Identifier: <code>urn:oid:2.16.578.1.12.4.1.4.1</code>/1000807</p><p><b>effective</b>: 2021-11-02</p><p><b>performer</b>: </p><ul><li>Identifier: <code>urn:oid:2.16.578.1.12.4.1.4.1</code>/22</li><li>Identifier: <code>urn:oid:2.16.578.1.12.4.1.4.101</code>/103</li></ul><p><b>value</b>: 2</p><p><b>note</b>: </p><blockquote><div><p>Evaluering gjort i brukerens hjem, normalt sprek for sin aldersgruppe.</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://dips.no/fhir/namingsystem/externalId",
      "value" : "External Id: testCFS"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey",
          "display" : "Survey"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "763264000",
        "display" : "Canadian Study of Health and Aging Clinical Frailty Scale score (observable entity)"
      }
    ]
  },
  "subject" : {
    "identifier" : {
      "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
      "value" : "1000807"
    }
  },
  "effectiveDateTime" : "2021-11-02",
  "performer" : [
    {
      "type" : "Practitioner",
      "identifier" : {
        "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
        "value" : "22"
      }
    },
    {
      "identifier" : {
        "system" : "urn:oid:2.16.578.1.12.4.1.4.101",
        "value" : "103"
      }
    }
  ],
  "valueQuantity" : {
    "value" : 2
  },
  "note" : [
    {
      "text" : "Evaluering gjort i brukerens hjem, normalt sprek for sin aldersgruppe."
    }
  ]
}