HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions
: JP Core Observation VitalSigns Example バイタル(呼吸数) - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="jp-observation-vitalsigns-example-1"/>
<meta>
<profile
value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_VitalSigns"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="jp-observation-vitalsigns-example-1"> </a></p><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">Resource Observation "jp-observation-vitalsigns-example-1" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-jp-observation-vitalsigns.html">JP Core Observation VitalSigns Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: 呼吸機能 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (JP_ObservationVitalSignsCategory_CS#respiratory-function)</span></p><p><b>code</b>: 呼吸数 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (localcode#abc-local-456; <a href="https://loinc.org/">LOINC</a>#9279-1 "Respiratory rate"; unknown#31001369)</span></p><p><b>subject</b>: <a href="Patient-jp-patient-example-1.html">Patient/jp-patient-example-1</a> " 山田"</p><p><b>encounter</b>: <a href="Encounter-jp-encounter-example-1.html">Encounter/jp-encounter-example-1</a></p><p><b>effective</b>: 2021-10-19 10:00:00+0900</p><p><b>performer</b>: <a href="Practitioner-jp-practitioner-example-male-2.html">Practitioner/jp-practitioner-example-male-2</a> " 愛知"</p><p><b>value</b>: 400 回</p></div>
</text>
<status value="final"/>
<category>
<coding>
<system
value="http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationVitalSignsCategory_CS"/>
<code value="respiratory-function"/>
<display value="呼吸機能"/>
</coding>
</category>
<code>
<coding>
<system value="http://abc-hospital.local/fhir/Observation/localcode"/>
<code value="abc-local-456"/>
<display value="呼吸数"/>
</coding>
<coding>
<system value="http://loinc.org"/>
<code value="9279-1"/>
<display value="Respiratory rate"/>
</coding>
<coding>
<system value="urn:oid:1.2.392.200119.4.804"/>
<code value="31001369"/>
<display value="呼吸数"/>
</coding>
</code>
<subject>
<reference value="Patient/jp-patient-example-1"/>
</subject>
<encounter>
<reference value="Encounter/jp-encounter-example-1"/>
</encounter>
<effectiveDateTime value="2021-10-19T10:00:00+09:00"/>
<performer>
<reference value="Practitioner/jp-practitioner-example-male-2"/>
</performer>
<valueQuantity>
<value value="400"/>
<unit value="回"/>
</valueQuantity>
</Observation>