台北榮民總醫院-治療計畫書實作指引(VGH-IG)
0.1.0 - ci-build

台北榮民總醫院-治療計畫書實作指引(VGH-IG) - Local Development build (v0.1.0). See the Directory of published versions

: PatientExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PatientExample",
  "meta" : {
    "profile" : [
      "http://example.org/StructureDefinition/patient-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>John B. Anyperson </b> male, DoB: 1951-01-20</p></div>"
  },
  "name" : [
    {
      "family" : "Anyperson",
      "given" : [
        "John",
        "B."
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1951-01-20",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "555-555-5555",
          "use" : "home"
        },
        {
          "system" : "email",
          "value" : "john.anyperson@example.com"
        }
      ]
    }
  ]
}