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

FHIR IG analytics

Packagehl7.fhir.stt
Resource TypeOperationOutcome
Iderro.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": "OperationOutcome",
  "issue": [
    {
      "severity": "error",
      "code": "business-rule",
      "details": {
        "coding": [
          {
            "system": "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/CodeSystemErro",
            "version": "1.0.0",
            "code": "039",
            "display": "O usuário já possui vínculo com o CNES informado"
          }
        ]
      },
      "diagnostics": "O usuário já possui vínculo ativo com o CNES informado"
    }
  ]
}