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

FHIR IG analytics

Packagefhir.outburn.co.il
Resource TypeDiagnosticReport
IdDiagnosticReport-DiagReportTestNoCategory.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": "DiagReportTestNoCategory",
  "meta": {
    "profile": [
      "http://outburn.co.il/fhir/oncology/StructureDefinition/lrc-lab-report"
    ]
  },
  "identifier": [
    {
      "system": "http://example.com",
      "value": "000"
    }
  ],
  "subject": {
    "reference": "Patient/123"
  },
  "performer": [
    {
      "reference": "Practitioner/123"
    }
  ],
  "result": [
    {
      "reference": "Observation/321"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2"
      }
    ]
  },
  "status": "final"
}