DIPS Core Implementation Guide
0.1.0 - ci-build Norway

DIPS Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: noimpl-body-weight-create - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "noimpl-body-weight-create",
  "meta" : {
    "versionId" : "0",
    "lastUpdated" : "2014-01-30T22:35:23+11:00",
    "source" : "NoImpl",
    "profile" : [
      🔗 "http://dips.no/fhir/R4/StructureDefinition/NoImplVitalSignsObservationBodyWeight"
    ]
  },
  "extension" : [
    {
      "url" : "http://dips.no/fhir/R4/StructureDefinition/NoImplVitalSignsObservationClothingState",
      "valueCoding" : {
        "system" : "http://snomed.info/sct",
        "code" : "8101000202100",
        "display" : "Naken"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://dips.no/fhir/namingsystem/dips-RelativeEhrUri",
      "value" : "ehr:compositions/6c41D37f-f173-45d6-8504-17c40454b9ee::default::1/content[openEHR-EHR-OBSERVATION.body_weight.v2 and name/value='Vekt']"
    },
    {
      "system" : "http://dips.no/fhir/namingsystem/dips-ObservationId",
      "value" : "dips-body-weight-create"
    },
    {
      "system" : "http://dips.no/fhir/namingsystem/dips-VersionIndependentId",
      "value" : "bd96cd32-3bdb-f448-9d65-265828cae8c8"
    },
    {
      "system" : "http://dips.no/fhir/namingsystem/externalId",
      "value" : "testBPexternalId1"
    }
  ],
  "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" : {
    🔗 "reference" : "Patient/cdp2007964",
    "identifier" : {
      "system" : "http://dips.no/fhir/namingsystem/dips-patientid",
      "value" : "1002679"
    }
  },
  "encounter" : {
    🔗 "reference" : "Encounter/agy100247",
    "identifier" : {
      "system" : "http://dips.no/fhir/namingsystem/dips-omsorgsepisodeid",
      "value" : "agy100247"
    }
  },
  "effectiveDateTime" : "2021-05-10",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/agb1000204",
      "identifier" : {
        "system" : "urn:oid:1.3.6.1.4.1.9038.51.1",
        "value" : "1000204"
      }
    },
    {
      🔗 "reference" : "Organization/Organizationaks2",
      "identifier" : {
        "system" : "urn:oid:1.3.6.1.4.1.9038.70.1",
        "value" : "2"
      }
    }
  ],
  "valueQuantity" : {
    "value" : 49,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  },
  "note" : [
    {
      "text" : "Demo Body Weight"
    }
  ],
  "referenceRange" : [
    {
      "low" : {
        "value" : 45,
        "unit" : "kg"
      },
      "high" : {
        "value" : 60,
        "unit" : "kg"
      }
    }
  ]
}