FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/GenomicTestReport

Packagenw-gmsa.github.io
Resource TypeQuestionnaire
IdGenomicTestReport
FHIR VersionR4
Sourcehttps://nw-gmsa.github.io/https://build.fhir.org/ig/nw-gmsa/R4/Questionnaire-GenomicTestReport.html
URLhttps://nw-gmsa.github.io/Questionnaire/GenomicTestReport
Version0.0.7
Statusdraft
Date2025-08-10T08:12:52+00:00
TitleNorth West Genomics Test Report
Realmuk
DescriptionThe aim of this is to support conversion of Genomic Report (HL7 v2 ORU) for use by several NHS Trusts (as HL7 v2 or FHIR).

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: Questionnaire GenomicTestReport

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. The aim of this is to support conversion of Genomic Report (HL7 v2 ORU) for use by several NHS Trusts (as HL7 v2 or FHIR).Questionnairehttps://nw-gmsa.github.io/Questionnaire/GenomicTestReport#0.0.7
... PatientPatient0..1groupDefinition: Patient
.... LN/45394-4Patient surname1..1stringDefinition: Patient.name.family
.... LN/45392-8Patient first name1..1stringDefinition: Patient.name.given
.... LN/21112-8Date of birth1..1dateDefinition: Patient.birthDate
.... LN/81954-0Date of death0..1dateDefinition: Patient.deceasedDateTime
.... LN/56799-0Address0..1groupDefinition: Patient.address
..... HL7/PID-11-1Address Line0..*stringDefinition: Patient.address.line
..... HL7/PID-11-3City0..1stringDefinition: Patient.address.city
..... LN/45401-7Postcode0..1stringDefinition: Patient.address.postalCode
.... LN/46098-0Sex registered at birth0..1choiceDefinition: Patient.gender
Value Set: AdministrativeGender
.... LN/32624-9Ethnic Category0..1choiceDefinition: Patient.extension:ethnicCategory
Value Set: Ethnicity
.... LN/89061-6NHS Number0..1stringDefinition: Patient.identifier:nhsNumber
.... LN/76435-7Hospital Number (Medical Record Number)1..1stringDefinition: Patient.identifier:MedicalRecordNumber
.... LN/56797-4Account Number (Episode or Stay Number)0..1stringDefinition: ServiceRequest.encounter.identifier.value
..... LN/56797-4-designNotePV1-19 (also known as stay number)0..1display
.... HL7/PD1-3GP Surgery (ODS Code)0..1choiceDefinition: Patient.generalPractitioner

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "GenomicTestReport",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nw-gmsa.github.io/Questionnaire/GenomicTestReport",
  "version": "0.0.7",
  "title": "North West Genomics Test Report",
  "status": "draft",
  "date": "2025-08-10T08:12:52+00:00",
  "publisher": "NHS North West GMSA",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nw-gmsa.nhs.uk/contact-us"
        }
      ]
    }
  ],
  "description": "The aim of this is to support conversion of Genomic Report (HL7 v2 ORU) for use by several NHS Trusts (as HL7 v2 or FHIR).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "GB",
          "display": "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "Patient",
      "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient",
      "text": "Patient",
      "type": "group",
      "item": [
        {
          "linkId": "LN/45394-4",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.name.family",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "45394-4"
            }
          ],
          "text": "Patient surname",
          "type": "string",
          "required": true
        },
        {
          "linkId": "LN/45392-8",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.name.given",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "45392-8"
            }
          ],
          "text": "Patient first name",
          "type": "string",
          "required": true
        },
        {
          "linkId": "LN/21112-8",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.birthDate",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "21112-8"
            }
          ],
          "text": "Date of birth",
          "type": "date",
          "required": true
        },
        {
          "linkId": "LN/81954-0",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.deceasedDateTime",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "81954-0"
            }
          ],
          "text": "Date of death",
          "type": "date",
          "required": false
        },
        {
          "linkId": "LN/56799-0",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.address",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "56799-0"
            }
          ],
          "text": "Address",
          "type": "group",
          "item": [
            {
              "linkId": "HL7/PID-11-1",
              "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.address.line",
              "text": "Address Line",
              "type": "string",
              "repeats": true
            },
            {
              "linkId": "HL7/PID-11-3",
              "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.address.city",
              "text": "City",
              "type": "string"
            },
            {
              "linkId": "LN/45401-7",
              "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.address.postalCode",
              "code": [
                {
                  "system": "http://loinc.org",
                  "code": "45401-7"
                }
              ],
              "text": "Postcode",
              "type": "string"
            }
          ]
        },
        {
          "linkId": "LN/46098-0",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.gender",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "46098-0"
            }
          ],
          "text": "Sex registered at birth",
          "type": "choice",
          "answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
        },
        {
          "linkId": "LN/32624-9",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.extension:ethnicCategory",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "32624-9"
            }
          ],
          "text": "Ethnic Category",
          "type": "choice",
          "answerValueSet": "https://nw-gmsa.github.io/ValueSet/ethnicity"
        },
        {
          "linkId": "LN/89061-6",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.identifier:nhsNumber",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "89061-6"
            }
          ],
          "text": "NHS Number",
          "type": "string"
        },
        {
          "linkId": "LN/76435-7",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.identifier:MedicalRecordNumber",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "76435-7"
            }
          ],
          "text": "Hospital Number (Medical Record Number)",
          "type": "string",
          "required": true
        },
        {
          "linkId": "LN/56797-4",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/ServiceRequest#ServiceRequest.encounter.identifier.value",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "56797-4"
            }
          ],
          "text": "Account Number (Episode or Stay Number)",
          "type": "string",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "help"
                      }
                    ]
                  }
                }
              ],
              "linkId": "LN/56797-4-designNote",
              "text": "PV1-19 (also known as stay number)",
              "type": "display"
            }
          ]
        },
        {
          "linkId": "HL7/PD1-3",
          "definition": "https://nw-gmsa.github.io/StructureDefinition/Patient#Patient.generalPractitioner",
          "text": "GP Surgery (ODS Code)",
          "type": "choice"
        }
      ]
    }
  ]
}