{
  "resourceType": "Bundle",
  "id": "example-mes-fr-bundle-body-weight",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-bundle-flux-alimentation"
    ]
  },
  "type": "transaction",
  "entry": [
    {
      "request": {
        "method": "POST",
        "url": "Observation"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "5138af77-df7e-4b9d-ba17-07ba3ebb950a",
        "meta": {
          "profile": [
            "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-fr-observation-body-weight"
          ]
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "29463-7",
              "display": "Poids corporel [Masse] Patient ; Numérique"
            }
          ]
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "kg",
          "value": 71,
          "unit": "kg"
        },
        "status": "final",
        "subject": {
          "identifier": {
            "system": "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2560",
            "value": "id-value"
          }
        },
        "device": {
          "reference": "Device/d36bfdb6-b1b1-4efd-9cb9-d217a8696575"
        },
        "effectiveDateTime": "2022-08-22T01:56:16+01:00",
        "extension": [
          {
            "url": "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-reason-for-measurement",
            "valueString": "Mon nouveau poids !"
          }
        ]
      },
      "fullUrl": "urn:uuid:5138af77-df7e-4b9d-ba17-07ba3ebb950a"
    },
    {
      "request": {
        "method": "POST",
        "url": "Device"
      },
      "resource": {
        "resourceType": "Device",
        "id": "d36bfdb6-b1b1-4efd-9cb9-d217a8696575",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDevice"
          ]
        },
        "identifier": [
          {
            "system": "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680",
            "type": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers",
                  "code": "SYSID"
                }
              ]
            },
            "value": "FE-ED-AB-AA-DE-AD-77-C5"
          }
        ],
        "type": {
          "coding": [
            {
              "system": "urn:iso:std:iso:11073:10101",
              "code": "65573"
            }
          ]
        },
        "specialization": [
          {
            "systemType": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:11073:10101",
                  "code": "528457"
                }
              ]
            },
            "version": "2.3"
          }
        ],
        "manufacturer": "OMRONHEALTHCARE",
        "modelNumber": "HEM-9200T",
        "deviceName": [
          {
            "name": "Ma balance",
            "type": "patient-reported-name"
          }
        ]
      },
      "fullUrl": "urn:uuid:d36bfdb6-b1b1-4efd-9cb9-d217a8696575"
    }
  ]
}
