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

FHIR IG analytics

Packageans.fhir.fr.tddui
Resource TypeTask
IdTask-tddui-pp-pa-task-action-3-psy-example.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

Narratif généré : Task tddui-pp-pa-task-action-3-psy-example

identifier: https://identifiant-medicosocial-action.esante.gouv.fr/3480787529/123456789-ACTI-1238

basedOn: CarePlan Projet personnalisé de Hugo en IME

status: In Progress

intent: plan

description: Entretien de satisfaction semestriel

owner: Psychologue

input

type: Titre de l'action à mener.

value: Action du psychologue pour atteindre l'objectif 3

input

type: Objectif(s).

value: Goal : extension = ->CarePlan Projet personnalisé de Mme Jeanne L.; identifier = https://identifiant-medicosocial-objectif.esante.gouv.fr#3480787529/123456789-OBJE-1236; lifecycleStatus = active; description = ; note = Objectif 3


Source1

{
  "resourceType": "Task",
  "id": "tddui-pp-pa-task-action-3-psy-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-task-action"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://identifiant-medicosocial-action.esante.gouv.fr",
      "value": "3480787529/123456789-ACTI-1238"
    }
  ],
  "basedOn": [
    {
      "reference": "CarePlan/tddui-pp-ime-careplan-example"
    }
  ],
  "status": "in-progress",
  "intent": "plan",
  "description": "Entretien de satisfaction semestriel",
  "owner": {
    "display": "Psychologue"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "https://interop.esante.gouv.fr/ig/fhir/tddui/CodeSystem/tddui-task-input-action",
            "code": "titre"
          }
        ]
      },
      "valueString": "Action du psychologue pour atteindre l'objectif 3"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://interop.esante.gouv.fr/ig/fhir/tddui/CodeSystem/tddui-task-input-action",
            "code": "objectif"
          }
        ]
      },
      "valueReference": {
        "reference": "Goal/tddui-pp-pa-goal-objectif-3-example"
      }
    }
  ]
}