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

FHIR IG analytics

Packageru.core
Resource TypeRelatedPerson
IdRelatedPerson-example-core-relatedperson-ivanov-spouse-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: RelatedPerson example-core-relatedperson-ivanov-spouse-min

identifier: Core NamingSystem Идентификатор - СНИЛС/111-222-333-44

active: true

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

relationship: Spouse

name: Мария Иванова

gender: Female

birthDate: 1987-08-12


Source1

{
  "resourceType": "RelatedPerson",
  "id": "example-core-relatedperson-ivanov-spouse-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/snils",
      "value": "111-222-333-44"
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/example-core-patient-ivanov-min"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "https://fhir.ru/ig/core/CodeSystem/core-relatedperson-codesystem",
          "code": "SPS",
          "display": "Spouse"
        }
      ]
    }
  ],
  "name": [
    {
      "family": "Иванова",
      "given": [
        "Мария"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1987-08-12"
}