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

FHIR IG analytics

Packageru.core
Resource TypePatient
IdPatient-example-core-patient-ivanov-min.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 example-core-patient-ivanov-min

Иван Иванов Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)


Active:true

Source1

{
  "resourceType": "Patient",
  "id": "example-core-patient-ivanov-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/snils",
      "value": "123-456-789-01"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Иванов",
      "given": [
        "Иван"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1985-03-15"
}