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

FHIR IG analytics

Packageru.core
Resource TypeCareTeam
IdCareTeam-example-core-careteam-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: CareTeam example-core-careteam-ivanov-min

identifier: https://fhir.ru/ig/core/systems/careteam/CT-2024-001

status: Active

name: Бригада по лечению Иванова И.П.

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

Participants

-RoleMember
*Primary Care ProviderPractitionerRole Врач-терапевт участковый

Source1

{
  "resourceType": "CareTeam",
  "id": "example-core-careteam-ivanov-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-careteam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/careteam",
      "value": "CT-2024-001"
    }
  ],
  "status": "active",
  "name": "Бригада по лечению Иванова И.П.",
  "subject": {
    "reference": "Patient/example-core-patient-ivanov-min"
  },
  "participant": [
    {
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/participant-role",
            "code": "PPRF",
            "display": "Primary Care Provider"
          }
        ]
      },
      "member": {
        "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
      }
    }
  ]
}