eMediplan CHMED20AF Implementation Guide:

This page is part of the eMediplan CHMED20AF FHIR IG (R4) (v2.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions



{
  "resourceType" : "Patient",
  "id" : "chmed20af-card-patient-ext",
  "meta" : {
    "profile" : [
      "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-card-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Maxima, Matter, geb 1981-01-12 </div>"
  },
  "extension" : [
    {
      "url" : "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-privatefield",
      "extension" : [
        {
          "url" : "name",
          "valueString" : "PrivateFieldNameSample"
        },
        {
          "url" : "value",
          "valueString" : "PrivateFieldValueSample"
        }
      ]
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "urn:oid:2.999",
      "value" : "12345678"
    }
  ],
  "name" : [
    {
      "family" : "Matter",
      "given" : [
        "Maxima"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+41588512600",
      "use" : "home"
    }
  ],
  "gender" : "female",
  "birthDate" : "1981-01-12",
  "address" : [
    {
      "line" : [
        "Untermattweg 8"
      ],
      "city" : "Bern",
      "postalCode" : "3027"
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "de-CH",
            "display" : "German (Region=Switzerland)"
          }
        ]
      },
      "preferred" : true
    }
  ]
}