Data Management with FHIR
0.1.0 - ci-build France flag

Data Management with FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient test (Bundle) - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "5616f9ad-61b0-4279-9f41-777228d04665",
  "type" : "transaction",
  "entry" : [
    {
      "fullUrl" : "https://aphp.fr/Patient/f133b3c0-ccd8-4435-9ead-40b441c2154d",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "f133b3c0-ccd8-4435-9ead-40b441c2154d",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_f133b3c0-ccd8-4435-9ead-40b441c2154d\"> </a><p class=\"res-header-id\"><b>Narratif généré : Patient f133b3c0-ccd8-4435-9ead-40b441c2154d</b></p><a name=\"f133b3c0-ccd8-4435-9ead-40b441c2154d\"> </a><a name=\"hcf133b3c0-ccd8-4435-9ead-40b441c2154d\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">john doe Male, Date de Naissance :1948-07-16 ( NIR définitif\u00a0(use:\u00a0official,\u00a0))</p><hr/></div>"
        },
        "identifier" : [
          {
            "use" : "official",
            "type" : {
              "coding" : [
                {
                  "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
                  "code" : "INS-NIR"
                }
              ]
            },
            "system" : "urn:oid:1.2.250.1.213.1.4.8",
            "value" : "1234567890123"
          }
        ],
        "name" : [
          {
            "use" : "usual",
            "text" : "john doe",
            "family" : "doe",
            "given" : [
              "john"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1948-07-16"
      },
      "request" : {
        "method" : "POST",
        "url" : "Patient/f133b3c0-ccd8-4435-9ead-40b441c2154d"
      }
    }
  ]
}