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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeProcedure
IdCommunityCloud-GenomicStudy-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": "Procedure",
  "id": "fc708a88-9a59-4efd-9ff7-c028cf2b9491",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-ext",
      "valueReference": {
        "reference": "Procedure/9bc12bd5-8e06-4f10-949e-512bb623552e"
      }
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/observation-category",
        "code": "laboratory"
      }
    ]
  },
  "code": {
    "text": "Small"
  },
  "subject": {
    "identifier": {
      "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
      "value": "SomePatientIdentifier"
    }
  },
  "performedDateTime": "2025-11-25T17:49:00Z",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/England-DigitalGenomicTestService",
          "code": "TP442",
          "display": "Familial hypercholesterolaemia"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Rare Disease"
    }
  ]
}