US Core R4 Validator Implementation Guide CI Build

JSON Format: Organization-18f774ab-db01-37ba-95c4-44c4eab47089

Download Raw json

Validation results for Quincy Outpatient Clinic

LevelTypeLocationMessage
informationinformationalOrganization/18f774ab-db01-37ba-95c4-44c4eab47089: Organization.identifier[0]This element does not match any known slice for the profile http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
{
  "resourceType" : "Organization",
  "id" : "18f774ab-db01-37ba-95c4-44c4eab47089",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 18f774ab-db01-37ba-95c4-44c4eab47089</p><p><b>meta</b>: </p><p><b>identifier</b>: 18f774ab-db01-37ba-95c4-44c4eab47089</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})</span></p><p><b>name</b>: Quincy Outpatient Clinic</p><p><b>telecom</b>: ph: 800-865-3384</p><p><b>address</b>: 110 West Squantum Street Quincy MA 02169 US </p></div>"
  },
  "identifier" : [
    {
      "system" : "https://github.com/synthetichealth/synthea",
      "value" : "18f774ab-db01-37ba-95c4-44c4eab47089"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ],
      "text" : "Healthcare Provider"
    }
  ],
  "name" : "Quincy Outpatient Clinic",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "800-865-3384"
    }
  ],
  "address" : [
    {
      "line" : [
        "110 West Squantum Street"
      ],
      "city" : "Quincy",
      "state" : "MA",
      "postalCode" : "02169",
      "country" : "US"
    }
  ]
}