Your User Friendly Name for MyIG Here
0.2.0 - CI Build International drapeau

Your User Friendly Name for MyIG Here, publié par HL7 International - [Some] Work Group. Ce guide nest pas une publication autorisée ; cest la version en intégration continue pour la version 0.2.0 construite par le CI Build FHIR (HL7® FHIR® Standard). Cette version est basée sur le contenu actuel de https://github.com/FHIR/sample-ig/ et change régulièrement. Voir le répertoire des versions publiées

: Observation patient example

Statut des normes de la page: Informative

Brut xml | Télécharger


  <!--  

test comment for display

 -->
<Observation xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation"/>
  </meta>
  <language value="fr"/>
  <text>
    <status value="generated"/>
    <div xml:lang="fr" lang="fr"><hr/><p><b>French</b></p><hr/><p class="res-header-id"><b>Narratif généré : Observation example</b></p><a name="fr-example"> </a><a name="fr-hcexample"> </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">Langue : en</p><p style="margin-bottom: 0px">Profil: <a href="StructureDefinition-myObservation.html">My Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>subject</b>: <a href="Patient-example.html">Jack Smith  (sexe non précisé), Date de Naissance :2018-09-07</a></p><p><b>code</b>: <span title="Codes :{http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://loinc.org 85354-9}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}">CS1</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes :{http://loinc.org 8480-6}">Systolic blood pressure</span></p><p><b>value</b>: 1 mm[Hg]<span style="background: LightGoldenRodYellow"> (Détails : code UCUMmm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes :{http://loinc.org 8462-4}">Diastolic blood pressure</span></p><p><b>value</b>: 1 mm[Hg]<span style="background: LightGoldenRodYellow"> (Détails : code UCUMmm[Hg] = 'mm[Hg]')</span></p></blockquote></div>
  </text>
  <status value="final"/>
  <subject>
    <reference value="http://somewhere.else.org/pas/server/Patient/example"/>
  </subject>
  <code>
    <coding>
      <system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
      <code value="01"/>
      <display value="CS1"/>
    </coding>
    <coding>
      <system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
      <code value="01"/>
      <display value="CS2"/>
    </coding>
    <coding>
      <system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
      <code value="01"/>
      <display value="VS1"/>
    </coding>
    <coding>
      <system value="http://loinc.org"/>
      <code value="85354-9"/>
    </coding>
    <coding>
      <system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
      <code value="01"/>
      <display value="VS2"/>
    </coding>
  </code>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8480-6"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="1"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8462-4"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="1"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
</Observation>