Structured Vital Signs Sample

{
    "resourceType": "Observation",
    "id": "1535104990355041",
    "meta": {
        "lastUpdated": "2018-09-06T13:53:19.000+02:00"
    },
    "contained":  [
        {
            "resourceType": "Observation",
            "id": "1",
            "status": "final",
            "category":  [
                {
                    "coding":  [
                        {
                            "system": "http://hl7.org/fhir/observation-category",
                            "code": "vital-signs",
                            "display": "Vital Signs"
                        }
                    ]
                }
            ],
            "code": {
                "coding":  [
                    {
                        "system": "http://loinc.org",
                        "code": "8480-6",
                        "display": "Systolic blood pressure"
                    }
                ]
            },
            "valueQuantity": {
                "value": 107,
                "unit": "mm[Hg]",
                "system": "http://unitsofmeasure.org",
                "code": "mm[Hg]"
            }
        },
        {
            "resourceType": "Observation",
            "id": "2",
            "status": "final",
            "category":  [
                {
                    "coding":  [
                        {
                            "system": "http://hl7.org/fhir/observation-category",
                            "code": "vital-signs",
                            "display": "Vital Signs"
                        }
                    ]
                }
            ],
            "code": {
                "coding":  [
                    {
                        "system": "http://loinc.org",
                        "code": "9279-1",
                        "display": "Respiratory rate"
                    }
                ]
            },
            "valueQuantity": {
                "value": 26,
                "unit": "{breaths}/min",
                "system": "http://unitsofmeasure.org",
                "code": "{breaths}/min"
            }
        },
        {
            "resourceType": "Observation",
            "id": "3",
            "status": "final",
            "category":  [
                {
                    "coding":  [
                        {
                            "system": "http://hl7.org/fhir/observation-category",
                            "code": "vital-signs",
                            "display": "Vital Signs"
                        }
                    ]
                }
            ],
            "code": {
                "coding":  [
                    {
                        "system": "http://loinc.org",
                        "code": "29463-7",
                        "display": "Body Weight"
                    }
                ]
            },
            "valueQuantity": {
                "value": 85,
                "unit": "kg",
                "system": "http://unitsofmeasure.org",
                "code": "kg"
            }
        }
    ],
    "identifier":  [
        {
            "use": "usual",
            "system": "http://smis.ch/fhir/element/internal_id",
            "value": "1535104990355041"
        },
        {
            "use": "usual",
            "system": "http://smis.ch/fhir/element/external_id",
            "value": "ADF3E5BF-9976-4499-85F2-3044C9E2C15E"
        }
    ],
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://hl7.org/fhir/observation-category",
                    "code": "vital-signs",
                    "display": "Vital Signs"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "85353-1",
                "display": "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
            }
        ]
    },
    "subject": {
        "reference": "Patient/1489161154728048"
    },
    "effectiveDateTime": "2018-02-19T00:00:00+01:00",
    "related":  [
        {
            "type": "has-member",
            "target": {
                "reference": "#1"
            }
        },
        {
            "type": "has-member",
            "target": {
                "reference": "#2"
            }
        },
        {
            "type": "has-member",
            "target": {
                "reference": "#3"
            }
        }
    ]
}