FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypePatient
IdPatient-MaxMuster.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient MaxMuster

Language: de-CH

Profiles: CH Core Patient, CH Core Patient EPR

Max Muster (official) Male, DoB: 1938-12-12 ( Medical record number)


Contact Detail
Links:

Source1

{
  "resourceType": "Patient",
  "id": "MaxMuster",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient",
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-epr"
    ]
  },
  "language": "de-CH",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:2.999.1.2.3.4",
      "value": "8733"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Muster",
      "_family": {
        "extension": [
          {
            "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name",
            "valueCode": "officialName"
          }
        ]
      },
      "given": [
        "Max"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname",
              "valueCode": "officialFirstName"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41326851234",
      "use": "home",
      "_use": {
        "extension": [
          {
            "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-phonecategory",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory",
                  "code": "1",
                  "display": "private Telefonnummer"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "system": "phone",
      "value": "079 333 22 11",
      "use": "mobile",
      "_use": {
        "extension": [
          {
            "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-phonecategory",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory",
                  "code": "2",
                  "display": "private Mobil-Nummer"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "system": "phone",
      "value": "+41321237788",
      "use": "work",
      "_use": {
        "extension": [
          {
            "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-phonecategory",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory",
                  "code": "6",
                  "display": "geschäftliche Nummer (Durchwahl)"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "system": "email",
      "value": "max.muster@example.com",
      "use": "home",
      "_use": {
        "extension": [
          {
            "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-emailcategory",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-emailcategory",
                  "code": "1",
                  "display": "private Email-Adresse"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "system": "url",
      "value": "http://example.com",
      "use": "work",
      "_use": {
        "extension": [
          {
            "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-internetcategory",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-internetcategory",
                  "code": "2",
                  "display": "geschäftliche Internet-Adresse"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "system": "sms",
      "value": "079 333 22 11"
    }
  ],
  "gender": "male",
  "birthDate": "1938-12-12",
  "address": [
    {
      "use": "home",
      "line": [
        "Leidensweg",
        "10"
      ],
      "city": "Specimendorf",
      "postalCode": "9999",
      "country": "CH"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/GruppenpraxisCH"
  }
}