Example Observation - Blood Pressure

Observation
Observation.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Observation.category[0].coding[0].code[0]vital-signs
Observation.category[0].coding[0].display[0]Vital Signs
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]75367002
Observation.code[0].coding[0].display[0]Blood pressure
Observation.code[0].coding[1].system[0]http://loinc.org
Observation.code[0].coding[1].code[0]85354-9
Observation.code[0].coding[1].display[0]Blood pressure panel with all children optional
Observation.subject[0].reference[0]Patient/Example-DataStandardsWales-Patient-PeterPiper
Observation.subject[0].display[0]PIPER, Peter (NHS: 1192335566)
Observation.effective[0]2022-10-11T14:17:59+01:00
Observation.performer[0].reference[0]Performer/Example-DataStandardsWales-Practitioner-PrescribingNurse
Observation.bodySite[0].coding[0].system[0]http://snomed.info/sct
Observation.bodySite[0].coding[0].code[0]368209003
Observation.bodySite[0].coding[0].display[0]Right upper arm structure
Observation.component[0].code[0].coding[0].system[0]http://snomed.info/sct
Observation.component[0].code[0].coding[0].code[0]72313002
Observation.component[0].code[0].coding[0].display[0]Systolic arterial pressure
Observation.component[0].code[0].coding[1].system[0]http://loinc.org
Observation.component[0].code[0].coding[1].code[0]8480-6
Observation.component[0].code[0].coding[1].display[0]Systolic blood pressure
Observation.component[0].value[0].value[0]120
Observation.component[0].value[0].unit[0]millimetre of mercury
Observation.component[0].value[0].system[0]http://unitsofmeasure.org
Observation.component[0].value[0].code[0]mm[Hg]
Observation.component[1].code[0].coding[0].system[0]http://snomed.info/sct
Observation.component[1].code[0].coding[0].code[0]1091811000000102
Observation.component[1].code[0].coding[0].display[0]Diastolic arterial pressure
Observation.component[1].code[0].coding[1].system[0]http://loinc.org
Observation.component[1].code[0].coding[1].code[0]8462-4
Observation.component[1].code[0].coding[1].display[0]Diastolic blood pressure
Observation.component[1].value[0].value[0]60
Observation.component[1].value[0].unit[0]millimetre of mercury
Observation.component[1].value[0].system[0]http://unitsofmeasure.org
Observation.component[1].value[0].code[0]mm[Hg]
<Observation xmlns="http://hl7.org/fhir">
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation" />
    </meta>
    <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://snomed.info/sct" />
            <code value="75367002" />
            <display value="Blood pressure" />
        </coding>
        <coding>
            <system value="http://loinc.org" />
            <code value="85354-9" />
            <display value="Blood pressure panel with all children optional" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/Example-DataStandardsWales-Patient-PeterPiper" />
        <display value="PIPER, Peter (NHS: 1192335566)" />
    </subject>
    <effectiveDateTime value="2022-10-11T14:17:59+01:00" />
    <performer>
        <reference value="Performer/Example-DataStandardsWales-Practitioner-PrescribingNurse" />
    </performer>
    <bodySite>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="368209003" />
            <display value="Right upper arm structure" />
        </coding>
    </bodySite>
    <component>
        <code>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="72313002" />
                <display value="Systolic arterial pressure" />
            </coding>
            <coding>
                <system value="http://loinc.org" />
                <code value="8480-6" />
                <display value="Systolic blood pressure" />
            </coding>
        </code>
        <valueQuantity>
            <value value="120" />
            <unit value="millimetre of mercury" />
            <system value="http://unitsofmeasure.org" />
            <code value="mm[Hg]" />
        </valueQuantity>
    </component>
    <component>
        <code>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="1091811000000102" />
                <display value="Diastolic arterial pressure" />
            </coding>
            <coding>
                <system value="http://loinc.org" />
                <code value="8462-4" />
                <display value="Diastolic blood pressure" />
            </coding>
        </code>
        <valueQuantity>
            <value value="60" />
            <unit value="millimetre of mercury" />
            <system value="http://unitsofmeasure.org" />
            <code value="mm[Hg]" />
        </valueQuantity>
    </component>
</Observation>

The resource cannot be rendered.

Element 'Observation' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At line 1, position 2

Element 'meta' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 2, position 3

Element 'profile' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.meta, line 3, position 4

Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 5, position 3

Element 'category' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 6, position 3

Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0], line 7, position 4

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 8, position 5

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 9, position 5

Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 10, position 5

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 13, position 3

Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code, line 14, position 4

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 15, position 5

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 16, position 5

Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 17, position 5

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[1], line 20, position 5

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[1], line 21, position 5

Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[1], line 22, position 5

Element 'subject' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 25, position 6

Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.subject, line 26, position 10

Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.subject, line 27, position 10

Element 'effectiveDateTime' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 29, position 3

Element 'performer' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 30, position 3

Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.performer[0], line 31, position 4

Element 'bodySite' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 33, position 3

Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.bodySite, line 34, position 4

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.bodySite.coding[0], line 35, position 5

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.bodySite.coding[0], line 36, position 5

Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.bodySite.coding[0], line 37, position 5

Element 'component' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 40, position 3

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0], line 41, position 4

Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].code, line 42, position 5

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].code.coding[0], line 43, position 6

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].code.coding[0], line 44, position 6

Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].code.coding[0], line 45, position 6

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].code.coding[1], line 48, position 6

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].code.coding[1], line 49, position 6

Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].code.coding[1], line 50, position 6

Element 'valueQuantity' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0], line 53, position 4

Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].value, line 54, position 5

Element 'unit' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].value, line 55, position 5

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].value, line 56, position 5

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[0].value, line 57, position 5

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1], line 61, position 4

Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].code, line 62, position 5

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].code.coding[0], line 63, position 6

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].code.coding[0], line 64, position 6

Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].code.coding[0], line 65, position 6

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].code.coding[1], line 68, position 6

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].code.coding[1], line 69, position 6

Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].code.coding[1], line 70, position 6

Element 'valueQuantity' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1], line 73, position 4

Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].value, line 74, position 5

Element 'unit' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].value, line 75, position 5

Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].value, line 76, position 5

Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.component[1].value, line 77, position 5