Shared Care Planning (SCP) Implementation Guide
0.3.0 - ci-build

Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 9.01 Patient Patrick Egger - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "hospitalx-patient-patrick",
  "meta" : {
    "profile" : [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient hospitalx-patient-patrick</b></p><a name=\"hospitalx-patient-patrick\"> </a><a name=\"hchospitalx-patient-patrick\"> </a><a name=\"hospitalx-patient-patrick-en-US\"> </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\">Profile: <code>http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient</code></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Patrick Egger  Male, DoB: 1984-04-01 ( http://hospitalx.example.org/EHR/patients#123456)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://fhir.nl/fhir/NamingSystem/bsn</code>/111222333</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:patrickegger@myweb.nl\">patrickegger@myweb.nl</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospitalx.example.org/EHR/patients",
      "value" : "123456"
    },
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
      "value" : "111222333"
    }
  ],
  "name" : [
    {
      "family" : "Egger",
      "given" : [
        "Patrick"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+31612345678"
    },
    {
      "system" : "email",
      "value" : "patrickegger@myweb.nl"
    }
  ],
  "gender" : "male",
  "birthDate" : "1984-04-01"
}