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

: MedicationAdministration example of insulin basal dose - XML Representation

Raw xml | Download



<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="medication-administration-insulin-basal-dose-kanta-stu3-sv"/>
  <meta>
    <profile
             value="http://phr.kanta.fi/StructureDefinition/fiphr-sd-insulindosing-stu3"/>
  </meta>
  <language value="sv"/>
  <text>
    <status value="generated"/>
    <div lang="sv" xml:lang="sv" xmlns="http://www.w3.org/1999/xhtml">Typ av insulin: Direktverkande insulin<br />Kod: SNOMED 411531001 (Short-acting insulin (substance)), ins-short-fast (Direktverkande insulin), SNOMED 67866001 (Insulin (substance))<br />Tid: 4.9.2021 17.38:18 - 18.21:18<br />Direktverkande insulin 0.50 IE (0.7 [iU]/h)</div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:ab5ab63d-4ebb-5862-b61e-7142da27a2e1"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:fabe4e66-56e2-4f34-90e9-5856620f5309"/>
  </identifier>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="411531001"/>
      <display value="Short-acting insulin (substance)"/>
    </coding>
    <coding>
      <system value="http://phr.kanta.fi/CodeSystem/fiphr-cs-insulincode"/>
      <code value="ins-short-fast"/>
      <display value="Direktverkande insulin"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="67866001"/>
      <display value="Insulin (substance)"/>
    </coding>
    <text value="Direktverkande insulin"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/cafbe8e7-38fe-4807-b995-6770e5390365"/>
  </subject>
  <effectivePeriod>
    <start value="2021-09-04T17:38:18.000+03:00"/>
    <end value="2021-09-04T18:21:18.000+03:00"/>
  </effectivePeriod>
  <dosage>
    <text value="Direktverkande insulin 0.50 IE (0.7 [iU]/h)"/>
    <dose>
      <value value="0.5016666666666667"/>
      <unit value="IU"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="[iU]"/>
    </dose>
    <rateQuantity>
      <value value="0.7"/>
      <unit value="[iU]/h"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="[iU]/h"/>
    </rateQuantity>
  </dosage>
</MedicationAdministration>