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

FHIR IG analytics

Packagetw.gov.mohw.nhi.ngs
Resource TypeOperationOutcome
IdOperationOutcome-operation-success-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

問題嚴重程度:Information (IssueSeverity#information)

問題種類代碼:Informational Note (IssueType#informational)

問題詳細資訊:審畢結果 (NHI-系統回應訊息值集#審畢結果)


Source1

{
  "resourceType": "OperationOutcome",
  "id": "operation-success-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/ngs/StructureDefinition/Operationoutcome-twngs"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "information",
      "code": "informational",
      "details": {
        "coding": [
          {
            "system": "https://nhicore.nhi.gov.tw/ngs/CodeSystem/nhi-operationoutcome",
            "code": "審畢結果"
          }
        ]
      }
    }
  ]
}