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

FHIR IG analytics

Packagehl7.fhir.cz.ems
Resource TypePatient
IdPatient-3b46c18c-7e07-4232-af3e-f710dec8e766.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 3b46c18c-7e07-4232-af3e-f710dec8e766

Petr Novotný Female, DoB: 1977-11-26 ( https://ncez.mzcr.cz/fhir/sid/cpoj#7711260678)


Marital Status:Married
Other Ids:
  • https://ncez.mzcr.cz/fhir/sid/rid/2066425387
  • https://ncez.mzcr.cz/fhir/sid/rcis/7711260678 (use: official, )
Contact Detail
  • +420601601601
  • Testovací 2517/87, 37005, České Budějovice(home)
Languages:
  • Czech (preferred)
  • English
  • German
wife:
Links:
  • General Practitioner: MUDr. Josef Švejk (Identifier: https://ncez.mzcr.cz/fhir/sid/krzp/123456789)

Source1

{
  "resourceType": "Patient",
  "id": "3b46c18c-7e07-4232-af3e-f710dec8e766",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/rid",
      "value": "2066425387"
    },
    {
      "use": "official",
      "system": "https://ncez.mzcr.cz/fhir/sid/rcis",
      "value": "7711260678"
    },
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/cpoj",
      "value": "7711260678"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Novotný",
      "given": [
        "Petr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+420601601601",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1977-11-26",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "text": "Testovací 2517/87, 37005, České Budějovice",
      "line": [
        "Testovací 2517/87"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Testovací"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "2517/87"
            }
          ]
        }
      ],
      "city": "České Budějovice",
      "postalCode": "37005",
      "country": "Česko",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "urn:iso:std:iso:3166",
              "code": "CZ",
              "display": "Czechia"
            }
          }
        ]
      }
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "WIFE"
            }
          ]
        }
      ],
      "name": {
        "family": "Novotná",
        "given": [
          "Petra"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+420602602602"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "cs"
          }
        ]
      },
      "preferred": true
    },
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en"
          }
        ]
      }
    },
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de"
          }
        ]
      }
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "https://ncez.mzcr.cz/fhir/sid/krzp",
        "value": "123456789"
      },
      "display": "MUDr. Josef Švejk"
    }
  ]
}