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

FHIR IG analytics

Packagefhir.r4.wales.test
Resource TypeDiagnosticReport
IdExample-DataStandardsWales-DiagnosticReport-StressTest.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

Stress Test[A]

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "Example-DataStandardsWales-DiagnosticReport-StressTest",
  "meta": {
    "versionId": "1",
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-DiagnosticReport"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "Normal"
      }
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.nhs.wales/Id/wrrs-report-identifier",
      "value": "1000012"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/Example-DataStandardsWales-ServiceRequest-StressTest",
      "display": "Stress Test"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.wales/Id/wrrs-provider-type-code",
          "code": "C",
          "display": "CARDIOLOGY"
        }
      ],
      "text": "Cardiology"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.wales/Id/wrrs-provider-system-code",
        "code": "ECHO-STRESS",
        "display": "Stress Test"
      }
    ],
    "text": "Stress Test"
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
    "display": "JONES, Alice (NHS: 9912003444)"
  },
  "issued": "2021-08-31T10:52:14.13+00:00",
  "performer": [
    {
      "reference": "Organization/Example-DataStandardsWales-Organization-Cardiology",
      "identifier": {
        "system": "https://fhir.nhs.wales/Id/wrrs-provider-department-identifier",
        "value": "CARD"
      },
      "display": "Cardiology"
    }
  ],
  "presentedForm": [
    {
      "contentType": "application/pdf",
      "language": "en",
      "data": "eW91J3ZlIGZvdW5kIGFuIGVhc3RlciBlZ2csIHdlbGwgZG9uZSE=",
      "title": "Stress Test[A]; JONES, Alice; Performed: 31 08 2021 10:52"
    }
  ]
}