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

FHIR IG analytics

Packagede.gevko.evo.hlm
Resource TypeDiagnosticReport
IdDiagnosticReport-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": "000000010",
  "meta": {
    "profile": [
      "https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_B_DiagnosticReport_Befunde|0.9.0"
    ]
  },
  "status": "preliminary",
  "code": {
    "coding": [
      {
        "system": "https://fhir.gevko.de/CodeSystem/EVO_CS_FOR_Section_Type",
        "code": "Befunde"
      }
    ]
  },
  "subject": {
    "reference": "https://FHIR-SERVER-URL/Patient/00000001"
  },
  "performer": [
    {
      "reference": "https://FHIR-SERVER-URL/Practitioner/00000002"
    }
  ],
  "result": [
    {
      "reference": "https://FHIR-SERVER-URL/Observation/00000006"
    }
  ]
}