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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeOrganization
IdOrganization-GenomicsLaboratoryHub-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": "Organization",
  "id": "Organization-GenomicsLaboratoryHub-Example",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "699X0"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "dept",
          "display": "Hospital Department"
        }
      ]
    }
  ],
  "name": "Pathology Lab - NORTH WEST GLH LED BY MANCHESTER UNIVERSITY NHS FOUNDATION TRUST",
  "address": [
    {
      "type": "both",
      "line": [
        "ST MARYS HOSPITAL",
        "MANCHESTER ROYAL INFIRMARY",
        "OXFORD ROAD"
      ],
      "city": "Manchester",
      "postalCode": "M13 9WL"
    }
  ],
  "partOf": {
    "reference": "Organization/UKCore-Organization-R0A-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "R0A"
    },
    "display": "R0A"
  },
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN",
            "display": "Administrative"
          }
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "01612766506"
        },
        {
          "system": "email",
          "value": "mft.genomics@nhs.net"
        }
      ]
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/UKCore-Endpoint-NorthWestGLH-Example"
    }
  ]
}