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

FHIR IG analytics

Packageee.fhir.base
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

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


Other Id:https://fhir.ee/sid/pid/est/ppn/K0307337 (, period: (?) --> 2023-12-28)
Contact DetailHarju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10(work)

Source1

{
  "resourceType": "Patient",
  "id": "pat1",
  "meta": {
    "profile": [
      "https://fhir.ee/base/StructureDefinition/ee-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ee/sid/pid/est/ni",
      "value": "37302102711"
    },
    {
      "system": "https://fhir.ee/sid/pid/est/ppn",
      "value": "K0307337",
      "period": {
        "end": "2023-12-28"
      },
      "assigner": {
        "display": "Estonian Police and Board Agency"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mets",
      "given": [
        "Mart"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1973-02-10",
  "_birthDate": {
    "extension": [
      {
        "url": "https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator",
        "valueCoding": {
          "system": "https://fhir.ee/base/CodeSystem/date-accuracy-indicator",
          "code": "AAA",
          "display": "Day, month and year are accurate"
        }
      }
    ]
  },
  "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"
          }
        },
        {
          "url": "https://fhir.ee/base/StructureDefinition/ee-ehak",
          "valueCoding": {
            "system": "https://fhir.ee/sid/ehak",
            "code": "0387"
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/address-official",
          "valueBoolean": true
        }
      ],
      "use": "work",
      "text": "Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10",
      "city": "Tallinn",
      "state": "Harju",
      "postalCode": "14215",
      "country": "EE"
    }
  ]
}