Projo FHIR Documentation
0.1.0 - ci-build Switzerland flag

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

: Example Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "ExamplePatient",
  "meta" : {
    "profile" : [
      🔗 "https://projo.evoleen.com/fhir/StructureDefinition/projo-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatient</b></p><a name=\"ExamplePatient\"> </a><a name=\"hcExamplePatient\"> </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: <a href=\"StructureDefinition-projo-patient.html\">Projo Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Maria Mustermann  (no stated gender), DoB Unknown ( https://firearrow.io/fhir/identifier/whatsapp-bsuid#13491208655302741918)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><a href=\"tel:+41441234567\">+41441234567</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:\">de</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization/example-organization\">Organization/example-organization</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://firearrow.io/fhir/identifier/whatsapp-bsuid",
      "value" : "13491208655302741918"
    }
  ],
  "name" : [
    {
      "family" : "Mustermann",
      "given" : [
        "Maria"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+41441234567",
      "use" : "mobile"
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "code" : "de"
          }
        ]
      },
      "preferred" : true
    }
  ],
  "managingOrganization" : {
    "reference" : "Organization/example-organization"
  }
}