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-mass-index-create - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="noimpl-body-mass-index-create"/>
  <meta>
    <versionId value="0"/>
    <lastUpdated value="2021-05-31T22:35:00+00:00"/>
    <source value="NoImpl"/>
    <profile
             value="http://dips.no/fhir/R4/StructureDefinition/NoImplVitalSignsObservationBodyMassIndex"/>
  </meta>
  <identifier>
    <system value="http://dips.no/fhir/namingsystem/dips-RelativeEhrUri"/>
    <value
           value="ehr:compositions/6c41D37f-f173-45d6-8504-17c40454b9ee::default::1/content[openEHR-EHR-OBSERVATION.body_mass_index.v2 and name/value='Kroppsmasseindeks']"/>
  </identifier>
  <identifier>
    <system value="http://dips.no/fhir/namingsystem/dips-ObservationId"/>
    <value value="dips-body-mass-index-create"/>
  </identifier>
  <identifier>
    <system
            value="http://dips.no/fhir/namingsystem/dips-VersionIndependentId"/>
    <value value="bd96cd32-3bdb-f448-9d65-265828cae8c8"/>
  </identifier>
  <identifier>
    <system value="http://dips.no/fhir/namingsystem/externalId"/>
    <value value="testBPexternalId1"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="39156-5"/>
      <display value="BMI"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/cdp2007964"/>
    <identifier>
      <system value="http://dips.no/fhir/namingsystem/dips-patientid"/>
      <value value="2007964"/>
    </identifier>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/agy1000245"/>
    <identifier>
      <system value="http://dips.no/fhir/namingsystem/dips-omsorgsepisodeid"/>
      <value value="agy1000245"/>
    </identifier>
  </encounter>
  <effectiveDateTime value="2019-10-25T09:30:33+05:30"/>
  <performer>🔗 
    <reference value="PractitionerRole/agb1000204"/>
    <identifier>
      <system value="urn:oid:1.3.6.1.4.1.9038.51.1"/>
      <value value="1000204"/>
    </identifier>
  </performer>
  <performer>🔗 
    <reference value="Organization/Organizationaks2"/>
    <identifier>
      <system value="urn:oid:1.3.6.1.4.1.9038.70.1"/>
      <value value="2"/>
    </identifier>
  </performer>
  <valueQuantity>
    <value value="24"/>
    <unit value="kg/m2"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="kg/m2"/>
  </valueQuantity>
  <interpretation>
    <text value="Obese"/>
  </interpretation>
  <note>
    <text value="Demo BMI"/>
  </note>
  <method>
    <coding>
      <system
              value="http://dips.no/fhir/R4/CodeSystem/NoImplBodyMassIndexMeasurementMethod"/>
      <code value="AR"/>
      <display value="Automatisk registrering"/>
    </coding>
  </method>
  <referenceRange>
    <low>
      <value value="18.5"/>
      <unit value="kg/m2"/>
    </low>
    <high>
      <value value="30"/>
      <unit value="kg/m2"/>
    </high>
  </referenceRange>
</Observation>