CH EMS (R4)
1.9.0-cibuild - ci-build Switzerland flag

CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 1.9.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ems/ and changes regularly. See the Directory of published versions

: 1 Peter Muster - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "1-PeterMuster",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 1-PeterMuster</b></p><a name=\"1-PeterMuster\"> </a><a name=\"hc1-PeterMuster\"> </a><a name=\"1-PeterMuster-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Peter Muster (official) Male, DoB: 1961-10-01 ( urn:oid:2.16.756.5.32#7562295883070)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Medical record number/762354</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Bahnhofstrasse Zürich 8003 Schweiz (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>Erika Muster </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The place of origin of the patient.\"><a href=\"https://build.fhir.org/ig/hl7ch/ch-core/StructureDefinition-ch-core-patient-ech-11-placeoforigin.html\">Place of Origin according to eCH-0011</a></td><td colspan=\"3\">Musterdorf ZH </td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin",
      "valueAddress" : {
        "city" : "Musterdorf",
        "state" : "ZH"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:2.16.756.5.32",
      "value" : "7562295883070"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "urn:oid:2.16.756.5.30.1.9999999999.2",
      "value" : "762354"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Muster",
      "_family" : {
        "extension" : [
          {
            "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name",
            "valueCode" : "officialName"
          }
        ]
      },
      "given" : [
        "Peter"
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname",
              "valueCode" : "officialFirstName"
            }
          ]
        }
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1961-10-01",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Bahnhofstrasse"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "1"
            }
          ]
        }
      ],
      "city" : "Zürich",
      "postalCode" : "8003",
      "country" : "Schweiz",
      "_country" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding" : {
              "system" : "urn:iso:std:iso:3166",
              "code" : "CH"
            }
          }
        ]
      }
    }
  ],
  "contact" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-personrole",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "74964007",
                "display" : "Other"
              }
            ],
            "text" : "Ehefrau"
          }
        }
      ],
      "name" : {
        "family" : "Muster",
        "given" : [
          "Erika"
        ]
      }
    }
  ]
}