{
  "resourceType" : "Observation",
  "id" : "FRCoreObservationBPExample",
  "meta" : {
    "profile" : ["https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-observation-bp"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Observation FRCoreObservationBPExample</b></p><a name=\"FRCoreObservationBPExample\"> </a><a name=\"hcFRCoreObservationBPExample\"> </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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-fr-core-observation-bp.html\">FR Core Observation Blood Pressure Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes :{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes :{http://loinc.org 85354-9}\">Blood pressure panel with all children optional</span></p><p><b>subject</b>: <a href=\"Patient-FRCorePatientExample.html\">Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2012-09-17</p><p><b>performer</b>: <a href=\"Practitioner-FRCorePractitionerExample.html\">Practitioner Leclerc Sophie</a></p><p><b>interpretation</b>: <span title=\"Codes :{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation L}\">Below low normal</span></p><p><b>bodySite</b>: <span title=\"Codes :{http://snomed.info/sct 17137000}\">artère humérale</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>: 107 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmm[Hg] = 'mm[Hg]')</span></p><p><b>interpretation</b>: <span title=\"Codes :{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</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>: 60 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmm[Hg] = 'mm[Hg]')</span></p><p><b>interpretation</b>: <span title=\"Codes :{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation L}\">En dessous de la normale</span></p></blockquote></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "vital-signs"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "85354-9"
    }]
  },
  "subject" : {
    "reference" : "Patient/FRCorePatientExample",
    "type" : "Patient"
  },
  "effectiveDateTime" : "2012-09-17",
  "performer" : [{
    "reference" : "Practitioner/FRCorePractitionerExample"
  }],
  "interpretation" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
      "code" : "L",
      "display" : "low"
    }],
    "text" : "Below low normal"
  }],
  "bodySite" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "17137000",
      "display" : "artère humérale"
    }]
  },
  "component" : [{
    "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]"
    },
    "interpretation" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "code" : "N",
        "display" : "Normal"
      }],
      "text" : "Normal"
    }]
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "8462-4",
        "display" : "Diastolic blood pressure"
      }]
    },
    "valueQuantity" : {
      "value" : 60,
      "unit" : "mm[Hg]",
      "system" : "http://unitsofmeasure.org",
      "code" : "mm[Hg]"
    },
    "interpretation" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "code" : "L",
        "display" : "low"
      }],
      "text" : "En dessous de la normale"
    }]
  }]
}