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

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypeCareTeam
IdCareTeam-CardioRemotoCareTeamExample.json
FHIR VersionR4

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

Equipe multidisciplinar responsável pelo acompanhamento do paciente na plataforma CardioRemoto.

Source1

{
  "resourceType": "CareTeam",
  "id": "CardioRemotoCareTeamExample",
  "meta": {
    "profile": [
      "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-careteam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://cardioremoto.ufpb.br/fhir/NamingSystem/careteam-id",
      "value": "CT-000001"
    }
  ],
  "status": "active",
  "name": "Equipe de Monitoramento CardioRemoto",
  "subject": {
    "reference": "Patient/CardioRemotoPatientExample"
  },
  "encounter": {
    "reference": "Encounter/CardioRemotoEncounterExample"
  },
  "period": {
    "start": "2026-07-10",
    "end": "2026-10-10"
  },
  "participant": [
    {
      "role": [
        {
          "text": "Cardiologista"
        }
      ],
      "member": {
        "reference": "Practitioner/CardioRemotoPractitionerExample"
      }
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/CardioRemotoConditionExample"
    }
  ],
  "managingOrganization": [
    {
      "reference": "Organization/CardioRemotoOrganizationExample"
    }
  ],
  "note": [
    {
      "text": "Equipe responsável pelo monitoramento remoto do paciente."
    }
  ]
}