{
  "resourceType": "Organization",
  "id": "1474506e-609d-412e-952b-4bc74d769038",
  "meta": {
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/CareConnect-GPC-Organization-1"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "R1A02"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/organization-type",
        "code": "prov",
        "display": "Healthcare Provider"
      }
    ]
  },
  "name": "King's College Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "0113-333-1234",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "line": [
        "1, Main Street"
      ],
      "city": "Leeds",
      "district": "West Yorkshire",
      "postalCode": "LS1 3PO"
    }
  ]
}