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-ECG.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

12 Lead ECG[A]

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "Example-DataStandardsWales-DiagnosticReport-ECG",
  "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": "1000182"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/Example-DataStandardsWales-ServiceRequest-ECG",
      "display": "12 Lead ECG"
    }
  ],
  "status": "unknown",
  "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-type-code",
        "code": "C",
        "display": "CARDIOLOGY"
      }
    ],
    "text": "Cardiology"
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
    "display": "JONES, Alice (NHS: 9912003444)"
  },
  "encounter": {
    "reference": "Encounter/Example-DataStandardsWales-Encounter-EmergencyAdmission"
  },
  "issued": "2018-04-01T11:11:11+01:00",
  "performer": [
    {
      "reference": "Organization/Example-DataStandardsWales-Organization-Cardiology",
      "display": "Cardiology"
    }
  ],
  "presentedForm": [
    {
      "contentType": "application/pdf",
      "language": "en",
      "data": "eW91J3ZlIGZvdW5kIGFuIGVhc3RlciBlZ2csIHdlbGwgZG9uZSE=",
      "title": "12 Lead ECG[A]; JONES, Alice; Performed: 02 12 2021 12:57"
    }
  ]
}