{
  "resourceType": "Observation",
  "id": "example-mes-fr-observation-bp-001",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-fr-observation-bp"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9"
      }
    ]
  },
  "component": [
    {
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 107,
        "unit": "mm[Hg]"
      },
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "interpretation": [
        {
          "coding": [
            {
              "code": "N",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "display": "Normal"
            }
          ],
          "text": "Normal"
        }
      ]
    },
    {
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 60,
        "unit": "mm[Hg]"
      },
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "interpretation": [
        {
          "coding": [
            {
              "code": "L",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "display": "low"
            }
          ],
          "text": "En-dessous de la normale"
        }
      ]
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/example-mes-fr-patient-001",
    "display": "Pierre Durand",
    "type": "Patient"
  },
  "effectiveDateTime": "2012-09-17",
  "performer": [
    {
      "reference": "Practitioner/example-mes-fr-practitionner-001",
      "display": "Jean Dupont"
    }
  ],
  "interpretation": [
    {
      "coding": [
        {
          "code": "L",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "display": "low"
        }
      ],
      "text": "Below low normal"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "code": "24890",
        "system": "https://mos.esante.gouv.fr/NOS/TRE_R309-FMA/FHIR/TRE-R309-FMA",
        "display": "Bras"
      }
    ]
  }
}
