Smart Bear Implementation Guide
3.2.2 - ci-build

Smart Bear Implementation Guide - Local Development build (v3.2.2). See the Directory of published versions

: Patient001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Patient001",
  "meta" : {
    "profile" : [
      "https://smart-bear.eu/fhir/StructureDefinition/SmartBearPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Mario Bianchi</b> male, DoB: 1983-11-07 ( id: Patient001)</p></div>"
  },
  "extension" : [
    {
      "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/ethnic-group",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2135-2",
            "display" : "Hispanic or Latino"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "value" : "Patient001"
    }
  ],
  "name" : [
    {
      "text" : "Mario Bianchi",
      "family" : "Bianchi",
      "given" : [
        "Mario"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1983-11-07",
  "contact" : [
    {
      "name" : {
        "text" : "Mario Rossi",
        "family" : "Rossi",
        "given" : [
          "Mario"
        ]
      },
      "telecom" : [
        {
          "system" : "email",
          "value" : "mario.rossitest@smartbear.eu"
        }
      ]
    }
  ]
}