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

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypePatient
IdPatient-UpiEprTestKrcmarevic.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

  • EPR-SPID: 7560521127080
  • Date of Birth: 20.03.1982
  • First Name: Claude-Hélène Marguerite
  • Official Name: Krcmarevic
  • Original Name: Scheuble
  • Sex: 2 (Needs transformation to HL7 ValueSet, see ConceptMap Sex eCH-011 to FHIR mapping)
  • Mother
    • First Name: Hui Xue
    • Last Name: Dalkiliç
  • Father
    • First Name: Fabio Nicola
    • Last Name: Dalkiliç
  • Nationality: Switzerland (8100)
  • Country of Birth: Switzerland (8100)
  • Place of Birth: Zürich (261)
Base test data for Projectathon from UPI, see Google Doc for more examples.

Source1

{
  "resourceType": "Patient",
  "id": "UpiEprTestKrcmarevic",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "CH",
                "display": "Switzerland"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "Zürich",
        "_city": {
          "extension": [
            {
              "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-7-municipalityid",
              "valueString": "261"
            }
          ]
        },
        "country": "Switzerland",
        "_country": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
              "valueCoding": {
                "system": "urn:iso:std:iso:3166",
                "code": "CH"
              }
            }
          ]
        }
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.30.1.127.3.10.3",
      "value": "761337611234567897"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Krcmarevic",
      "given": [
        "Claude-Hélène Marguerite"
      ]
    },
    {
      "use": "maiden",
      "family": "Scheuble"
    }
  ],
  "gender": "female",
  "birthDate": "1982-03-20",
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "PRN",
              "display": "parent"
            }
          ]
        }
      ],
      "name": {
        "family": "Dalkiliç",
        "given": [
          "Hui Xue"
        ]
      }
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "PRN",
              "display": "parent"
            }
          ]
        }
      ],
      "name": {
        "family": "Dalkiliç",
        "given": [
          "Fabio Nicola"
        ]
      }
    }
  ]
}