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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeOrganization
IdOrganisation-2.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": "3b4b03a5-52ba-4ba6-9b82-70350aa109d8",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "B81001"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/organisation-role",
          "code": "76"
        }
      ]
    }
  ],
  "name": "DR ME AHMED'S PRACTICE",
  "address": [
    {
      "line": [
        "700 HOLDERNESS ROAD",
        "HULL",
        "NORTH HUMBERSIDE"
      ],
      "postalCode": "HU9 3JA"
    }
  ],
  "partOf": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "5E5"
    },
    "display": "The NHS CCG"
  }
}