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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypePatient
IdPatient-b7e6c8a1-4a8d-4d9f-8f69-df4f210cb2d7.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 b7e6c8a1-4a8d-4d9f-8f69-df4f210cb2d7

Jan Novak (official) Male, DoB: 2025-05-18 ( https://ncez.mzcr.cz/fhir/sid/rid#9009876543 (use: official, ))


Multiple Birth:false
Contact DetailKvetna 12, 60200 Brno(home)
Language:Czech (preferred)
mother:
Links:

Source1

{
  "resourceType": "Patient",
  "id": "b7e6c8a1-4a8d-4d9f-8f69-df4f210cb2d7",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://ncez.mzcr.cz/fhir/sid/rid",
      "value": "9009876543"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Novak",
      "given": [
        "Jan"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2025-05-18",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "text": "Kvetna 12, 60200 Brno",
      "line": [
        "Kvetna 12"
      ],
      "city": "Brno",
      "postalCode": "60200",
      "country": "CZ"
    }
  ],
  "multipleBirthBoolean": false,
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "MTH",
              "display": "mother"
            }
          ]
        }
      ],
      "name": {
        "family": "Novakova",
        "given": [
          "Jana"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+420777222333",
          "use": "mobile"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "cs"
          }
        ]
      },
      "preferred": true
    }
  ],
  "link": [
    {
      "other": {
        "reference": "Patient/6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731"
      },
      "type": "seealso"
    }
  ]
}