Finnish Base Profiles
1.0.1-cibuild - ci-build Finland flag

Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-base-profiles/ and changes regularly. See the Directory of published versions

: Kanta PHR - body weight optional - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="bodyweight-max"/>
  <meta>
    <profile
             value="http://phr.kanta.fi/StructureDefinition/fiphr-sd-bodyweight"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Code: Body weight (29463-7) <br />Time: 20.11.2017 11:46<br />Result: Result: 78 kg</div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:3ca3ffc6-234e-481c-b0f3-37c05e14c8e2"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
    </coding>
  </category>
  <category>
    <coding>
      <system value="http://terminology.own.com"/>
      <code value="OwnCode123"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="29463-7"/>
      <display value="Body weight"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="27113001"/>
      <display value="Body weight (observable entity)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86"/>
  </subject>
  <effectiveDateTime value="2017-11-20T11:46:00+02:00"/>
  <issued value="2017-11-20T11:46:00+02:00"/>
  <performer>🔗 
    <reference value="Patient/25a53703-27f9-4354-8f1b-a8b2f8f3ee86"/>
  </performer>
  <valueQuantity>
    <value value="95"/>
    <unit value="kg"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="kg"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="N"/>
      <display value="Normal"/>
    </coding>
  </interpretation>
  <note>
    <text value="Note"/>
  </note>
  <referenceRange>
    <low>
      <value value="55"/>
      <unit value="kg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="kg"/>
    </low>
    <high>
      <value value="150"/>
      <unit value="kg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="kg"/>
    </high>
    <appliesTo>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="248153007"/>
        <display value="Male"/>
      </coding>
      <text value="Normal range"/>
    </appliesTo>
    <age>
      <low>
        <value value="15"/>
        <unit value="years"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="a"/>
      </low>
      <high>
        <value value="100"/>
        <unit value="years"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="a"/>
      </high>
    </age>
    <text value="Age"/>
  </referenceRange>
</Observation>