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

FHIR IG analytics

Packagefhir.r4.wales.psom
Resource TypeTask
IdExample-DataStandardsWales-PSOM-Task-Myeloma-DataEntry-Request.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Task",
  "id": "Example-DataStandardsWales-PSOM-Task-Myeloma-DataEntry-Request",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-Task"
    ]
  },
  "identifier": [
    {
      "system": "https://acme.com/fhir/identifier/task-id",
      "value": "222222"
    }
  ],
  "status": "requested",
  "intent": "plan",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
        "code": "complete-questionnaire"
      }
    ]
  },
  "executionPeriod": {
    "start": "2020-10-10"
  },
  "location": {
    "reference": "Location/Example-DataStandardsWales-PSOM-Location-CadogWard",
    "display": "CadogWard"
  },
  "reasonCode": {
    "coding": [
      {
        "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TriggerEventType",
        "code": "02",
        "display": "At the point of referral"
      }
    ]
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TaskInputType",
            "code": "MDEPX004X",
            "display": "PROMs Laterality"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-PROMsLaterality",
            "code": "8",
            "display": "N/A"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TaskInputType",
            "code": "MPRPX013X",
            "display": "PROMs Trigger Event Date"
          }
        ]
      },
      "valueDateTime": "2022-03-13T17:15:33+00:00"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
            "code": "questionnaire"
          }
        ]
      },
      "valueCanonical": "https://fhir.nhs.wales/Questionnaire/DataStandardsWales-PSOM-DataEntry|2022049"
    }
  ]
}