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

FHIR IG analytics

Packageee.fhir.base
Resource TypePatient
IdPatient-patunk.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 patunk

Tundmatu naine(nickname) Female, DoB: ( https://fhir.ee/sid/pid/est/mr#74569215-34534563-mfhsjq)



Source1

{
  "resourceType": "Patient",
  "id": "patunk",
  "meta": {
    "profile": [
      "https://fhir.ee/base/StructureDefinition/ee-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ee/sid/pid/est/mr",
      "value": "74569215-34534563-mfhsjq"
    }
  ],
  "name": [
    {
      "use": "nickname",
      "text": "Tundmatu naine"
    }
  ],
  "gender": "female",
  "_birthDate": {
    "extension": [
      {
        "url": "https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator",
        "valueCoding": {
          "system": "https://fhir.ee/base/CodeSystem/date-accuracy-indicator",
          "code": "UUU"
        }
      },
      {
        "url": "https://fhir.ee/base/StructureDefinition/ee-patient-age",
        "valueAge": {
          "value": 40,
          "unit": "years",
          "system": "http://unitsofmeasure.org",
          "code": "a"
        }
      }
    ]
  }
}