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

FHIR IG analytics

Packageans.fhir.fr.ror
Resource TypeTask
IdTask-ror-task-exemple.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

Generated Narrative: Task ror-task-exemple

Profil: RORTask

status: In Progress

businessStatus: À traiter

intent: order

code: Exactitude

description: Ici la catégorie d'établissement n'est pas la bonne

focus: Identifier: 1910800002

authoredOn: 2024-01-03

lastModified: 2024-01-04

reasonCode: Correction

input

type: systemRequester

value: IHM

input

type: pathElementError

value: Organization.type.coding.where(system='https://mos.esante.gouv.fr/NOS/TRE_R66-CategorieEtablissement/FHIR/TRE-R66-CategorieEtablissement')


Source1

{
  "resourceType": "Task",
  "id": "ror-task-exemple",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "businessStatus": {
    "coding": [
      {
        "system": "https://mos.esante.gouv.fr/NOS/TRE_R352-StatutMetierAnomalie/FHIR/TRE-R352-StatutMetierAnomalie",
        "code": "02",
        "display": "À traiter"
      }
    ]
  },
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "https://mos.esante.gouv.fr/NOS/TRE_R350-ThematiqueAnomalie/FHIR/TRE-R350-ThematiqueAnomalie",
        "code": "06",
        "display": "Exactitude"
      }
    ]
  },
  "description": "Ici la catégorie d'établissement n'est pas la bonne",
  "focus": {
    "type": "Organization",
    "identifier": {
      "value": "1910800002"
    }
  },
  "authoredOn": "2024-01-03",
  "lastModified": "2024-01-04",
  "reasonCode": {
    "coding": [
      {
        "system": "https://mos.esante.gouv.fr/NOS/TRE_R349-ActionAnomalie/FHIR/TRE-R349-ActionAnomalie",
        "code": "COR",
        "display": "Correction"
      }
    ]
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "https://interop.esante.gouv.fr/ig/fhir/ror/CodeSystem/input-task-ror-codesystem",
            "code": "systemRequester"
          }
        ]
      },
      "valueString": "IHM"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://interop.esante.gouv.fr/ig/fhir/ror/CodeSystem/input-task-ror-codesystem",
            "code": "pathElementError"
          }
        ]
      },
      "valueExpression": {
        "language": "text/fhirpath",
        "expression": "Organization.type.coding.where(system='https://mos.esante.gouv.fr/NOS/TRE_R66-CategorieEtablissement/FHIR/TRE-R66-CategorieEtablissement')"
      }
    }
  ]
}