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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeTask
IdTask-FollowupRecommendationReport-Example.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": "Task-FollowupRecommendationReport-Example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/followup-recommendation"
    ]
  },
  "status": "requested",
  "intent": "proposal",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA14021-2",
        "display": "Confirmatory testing recommended"
      }
    ]
  },
  "description": "Testing of Pheobe's parents is recommended (via referral to the clinical genetics service) in order to confirm that both are heterozygous carriers of the missense variant.",
  "for": {
    "reference": "Patient/Patient-PheobeSmitham-Example"
  },
  "reasonReference": {
    "reference": "Observation/Observation-GenomicTherapeuticImplication-Example"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
            "code": "NFTH",
            "display": "natural father"
          }
        ]
      },
      "valueReference": {
        "reference": "Patient/Patient-PheobeSmithamFather-Example"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
            "code": "NMTH",
            "display": "natural mother"
          }
        ]
      },
      "valueReference": {
        "reference": "Patient/Patient-PheobeSmithamMother-Example"
      }
    }
  ]
}