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

FHIR IG analytics

Packageee.fhir.mpi
Resource TypePatient
IdPatient-pat1.json
FHIR VersionR5

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 pat1

Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)


Other Ids:
  • https://fhir.ee/sid/pid/fin/ni/31002736540023
  • https://fhir.ee/sid/pid/est/ppn/K0307337 (, period: (?) --> 2023-12-28)
  • https://fhir.ee/sid/pid/est/mr/82746127612
  • https://fhir.ee/sid/pid/est/prn/90006399/123e4567-e89b-12d3-a456-426614174000
Contact DetailValukoja 10, Tallinn(work)
Languages:
  • English (United States)
  • Eesti (preferred)

Source1

{
  "resourceType": "Patient",
  "id": "pat1",
  "meta": {
    "profile": [
      "https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-verified"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ee/sid/pid/est/ni",
      "value": "37302102711"
    },
    {
      "system": "https://fhir.ee/sid/pid/fin/ni",
      "value": "31002736540023"
    },
    {
      "system": "https://fhir.ee/sid/pid/est/ppn",
      "value": "K0307337",
      "period": {
        "end": "2023-12-28"
      }
    },
    {
      "system": "https://fhir.ee/sid/pid/est/mr",
      "value": "82746127612"
    },
    {
      "system": "https://fhir.ee/sid/pid/est/prn/90006399",
      "value": "123e4567-e89b-12d3-a456-426614174000"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Bambus",
      "given": [
        "Indrek"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1973-02-10",
  "address": [
    {
      "extension": [
        {
          "url": "https://fhir.ee/base/StructureDefinition/ee-ads-adr-id",
          "valueCoding": {
            "system": "https://fhir.ee/base/CodeSystem/ads-adr-id",
            "code": "2280361"
          }
        },
        {
          "url": "https://fhir.ee/base/StructureDefinition/ee-ads-oid",
          "valueCoding": {
            "system": "https://fhir.ee/base/CodeSystem/ads-oid",
            "code": "ME03379409"
          }
        }
      ],
      "use": "work",
      "text": "Valukoja 10, Tallinn",
      "postalCode": "14215",
      "country": "EE"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en-US",
            "display": "English (United States)"
          }
        ]
      },
      "preferred": false
    },
    {
      "language": {
        "coding": [
          {
            "system": "https://fhir.ee/CodeSystem/keeled",
            "code": "et",
            "display": "Eesti"
          }
        ]
      },
      "preferred": true
    }
  ]
}