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

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypeEncounter
IdEncounter-CardioRemotoEncounterExample.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

Consulta inicial para inclusão do paciente no programa CardioRemoto.

Source1

{
  "resourceType": "Encounter",
  "id": "CardioRemotoEncounterExample",
  "meta": {
    "profile": [
      "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://cardioremoto.ufpb.br/fhir/NamingSystem/encounter-id",
      "value": "ENC-000001"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "VR",
    "display": "Virtual"
  },
  "type": [
    {
      "text": "Consulta inicial de monitoramento remoto"
    }
  ],
  "subject": {
    "reference": "Patient/CardioRemotoPatientExample"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/CardioRemotoPractitionerExample"
      }
    }
  ],
  "period": {
    "start": "2026-07-10T09:00:00Z",
    "end": "2026-07-10T09:30:00Z"
  },
  "reasonCode": [
    {
      "text": "Inclusão no programa CardioRemoto"
    }
  ]
}