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

FHIR IG analytics

Packagetsti.adultcheck
Resource TypeDiagnosticReport
IdDiagnosticReport-diag-kidney-example.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": "DiagnosticReport",
  "id": "diag-kidney-example",
  "meta": {
    "profile": [
      "https://tstifhir.azurehealthcareapis.com/StructureDefinition/DiagnosticReport-adultcheck"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "code": "MRT",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://tsti.hospital.com",
      "value": "000120230721"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "performer": [
    {
      "reference": "Organization/org-test-example"
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "Organization/org-test-example"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "06003C",
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
        "display": "尿蛋白"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2022-08-01T17:00:14-05:00",
  "issued": "2022-08-02T17:00:14-05:00",
  "conclusion": "建議進一步檢查"
}