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

Liver function test[A],ACE[A]

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "Example-DataStandardsWales-DiagnosticReport-LiverFunctionTest",
  "meta": {
    "versionId": "3",
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-DiagnosticReport-Lab"
    ],
    "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": "1000222"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/Example-DataStandardsWales-ServiceRequest-PathologyOrder-LFT_ACE",
      "display": "ACE, Liver function test"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.wales/Id/wrrs-provider-type-code",
          "code": "P",
          "display": "PATHOLOGY"
        }
      ],
      "text": "Pathology"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.wales/Id/wrrs-provider-type-code",
        "code": "P",
        "display": "PATHOLOGY"
      }
    ],
    "text": "Pathology"
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
    "display": "JONES, Alice (NHS: 9912003444)"
  },
  "issued": "2021-10-20T07:35:04+00:00",
  "performer": [
    {
      "reference": "Organization/Example-DataStandardsWales-Organization-BloodSciences",
      "identifier": {
        "system": "https://fhir.nhs.wales/Id/wrrs-provider-department-identifier",
        "value": "BSC"
      },
      "display": "Blood Sciences"
    },
    {
      "reference": "Organization/Example-DataStandardsWales-Organization-YsbytyGlangwili",
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "7A2AG"
      },
      "display": "Ysbyty Glangwili"
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "Organization/Example-DataStandardsWales-Organization-HywelDda",
      "display": "Hywel Dda"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/Example-DataStandardsWales-Specimen-Blood"
    }
  ],
  "result": [
    {
      "reference": "Observation/Example-DataStandardsWales-ObservationGroup-ACE",
      "display": "ACE"
    },
    {
      "reference": "Observation/Example-DataStandardsWales-ObservationGroup-LFT",
      "display": "Liver function test"
    }
  ]
}