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

FHIR IG analytics

Packagehl7.fhir.fr.analyse-pharma
Resource TypeTask
IdTask-Analyse-Validation-Simple-paracetamol.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 Analyse-Validation-Simple-paracetamol

groupIdentifier: Presc-3567

status: Completed

intent: proposal

authoredOn: 2021-07-13 10:35:56+0000

performerType: Pharmacien

owner: Practitioner/smart-Practitioner-27865023

Inputs

-TypeValue[x]
*ligne de prescription analyséeMedicationRequest : status = active; intent = order; medication[x] = PARACETAMOL 500 mg gélule; authoredOn = 2021-07-13 08:48:39+0000; groupIdentifier = Presc-3567

Outputs

-TypeValue[x]
*résultat de l'analyseVALIDATION

Source1

{
  "resourceType": "Task",
  "id": "Analyse-Validation-Simple-paracetamol",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/analyse-pharma/StructureDefinition/fr-inpatient-pharmaceutical-analysis-result"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "groupIdentifier": {
    "value": "Presc-3567"
  },
  "status": "completed",
  "intent": "proposal",
  "authoredOn": "2021-07-13T10:35:56.963Z",
  "performerType": [
    {
      "coding": [
        {
          "system": "https://mos.esante.gouv.fr/NOS/TRE_G15-ProfessionSante/FHIR/TRE-G15-ProfessionSante",
          "code": "21",
          "display": "Pharmacien"
        }
      ]
    }
  ],
  "owner": {
    "reference": "Practitioner/smart-Practitioner-27865023"
  },
  "input": [
    {
      "type": {
        "text": "ligne de prescription analysée"
      },
      "valueReference": {
        "reference": "MedicationRequest/InLine-Analyse-Presc-Paracetamol"
      }
    }
  ],
  "output": [
    {
      "type": {
        "text": "résultat de l'analyse"
      },
      "valueCode": "VALIDATION"
    }
  ]
}