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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeDiagnosticReport
IdEsempio_DiagnosticReport_PNT.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": "POD.56f19992-e73e-45b5-bbdd-6d9aeb60b15a",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/DiagnosticReport"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
      "valueReference": {
        "reference": "Composition/2ae95a5c-9094-41a3-a437-ce6d34c55a54"
      }
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.pnt.gov/CodeSystem/ambito-telemedicina",
          "code": "TV",
          "display": "Televisita"
        }
      ]
    }
  ],
  "code": {
    "text": "Referto telemedicina"
  },
  "subject": {
    "reference": "Patient/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
  },
  "encounter": {
    "reference": "Encounter/POD.fd238515-22bd-4f6e-bdb7-26fc6d51744d"
  },
  "effectivePeriod": {
    "start": "2023-02-25T11:45:00+01:00",
    "end": "2023-02-25T12:45:00+01:00"
  },
  "issued": "2023-02-25T12:45:00+01:00",
  "performer": [
    {
      "reference": "PractitionerRole/POD.fb5f447b-f2d2-43a0-8761-b37afd813ebb"
    }
  ]
}