CH_ORF (v0.9.1)

This page is part of the CH-ORF (R4) (v0.9.1: STU Draft) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions


{
  "resourceType" : "Patient",
  "id" : "FranzMuster",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>\n        <b>Generated Narrative with Details</b>\n      </p>\n      <p>\n        <b>id</b>: FranzMuster\n      </p>\n      <p>\n        <b>meta</b>: \n      </p>\n      <p>\n        <b>identifier</b>: 012/08.111111\n      </p>\n      <p>\n        <b>name</b>: Franz Muster \n      </p>\n      <p>\n        <b>gender</b>: MALE\n      </p>\n      <p>\n        <b>birthDate</b>: Jan 27, 1995\n      </p>\n      <p>\n        <b>maritalStatus</b>: in eingetragener Partnerschaft \n        <span style=\"background: LightGoldenRodYellow\">(Details : {http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus code '6' = '6', given as 'in eingetragener Partnerschaft'})</span>\n      </p>\n      <h3>Communications</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>-</td>\n          <td>\n            <b>Language</b>\n          </td>\n          <td>\n            <b>Preferred</b>\n          </td>\n        </tr>\n        <tr>\n          <td>*</td>\n          <td>Deutsch (Schweiz) \n            <span style=\"background: LightGoldenRodYellow\">(Details : {urn:ietf:bcp:47 code 'de-CH' = 'German (Region=Switzerland))</span>\n          </td>\n          <td>true</td>\n        </tr>\n      </table>\n    </div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeofbirth",
      "valueAddress" : {
        "city" : "Paris",
        "country" : "Frankreich"
      }
    },
    {
      "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin",
      "valueAddress" : {
        "city" : "Köniz",
        "state" : "BE"
      }
    },
    {
      "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-religion",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-religion",
            "code" : "111",
            "display" : "evangelisch-reformierte (protestantische) Kirche"
          },
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
            "code" : "1077",
            "display" : "Protestant"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:2.16.756.5.30.999999.1",
      "value" : "012/08.111111"
    }
  ],
  "name" : [
    {
      "family" : "Muster",
      "given" : [
        "Franz"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1995-01-27",
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
        "code" : "6",
        "display" : "in eingetragener Partnerschaft"
      }
    ]
  },
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "de-CH"
          }
        ],
        "text" : "Deutsch (Schweiz)"
      },
      "preferred" : true
    }
  ]
}