CHMED Implementation Guide
3.0.0-ci-build - ci-build Switzerland flag

CHMED Implementation Guide, published by IG eMediplan. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/chmed/ and changes regularly. See the Directory of published versions

: PRE 1 - Peter Muster - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "pre1-patient-petermuster",
  "meta" : {
    "profile" : [
      🔗 "http://chmed.emediplan.ch/fhir/StructureDefinition/chmed-pre-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Peter Muster </b> male, DoB: 1943-11-01 ( Medical record number/12345678)</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>urn:oid:2.16.756.5.30.1.123.100.1.1.1</code>/80756012340245213019</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:+41791234567\">+41 79 123 45 67</a></li><li>Bergstrasse 14 Waldlichtung 9299 </li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "urn:oid:2.999.1",
      "value" : "12345678"
    },
    {
      "system" : "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
      "value" : "80756012340245213019"
    }
  ],
  "name" : [
    {
      "family" : "Muster",
      "given" : [
        "Peter"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+41 79 123 45 67"
    }
  ],
  "gender" : "male",
  "birthDate" : "1943-11-01",
  "address" : [
    {
      "line" : [
        "Bergstrasse 14"
      ],
      "city" : "Waldlichtung",
      "postalCode" : "9299"
    }
  ]
}