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

FHIR IG analytics

Packagefhir.r4.wales
Resource TypeObservation
IdExample-DataStandardsWales-ObservationResult-ALT.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

Alanine transaminase

Source1

{
  "resourceType": "Observation",
  "id": "Example-DataStandardsWales-ObservationResult-ALT",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation-Lab"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "Normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.nhs.wales/Id/wrrs-obx-identifier",
      "value": "1001035"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/ValueSet/observation-category",
          "version": "4.3.0",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.wales/Id/lims-test-code",
        "code": "B3505",
        "display": "Alanine transaminase"
      },
      {
        "system": "http://read.info/readv2",
        "code": "44GB.",
        "display": "Alanine transaminase"
      },
      {
        "system": "https://fhir.nhs.wales/Id/wrrs-test-code",
        "code": "ALT",
        "display": "Alanine transaminase"
      },
      {
        "extension": [
          {
            "extension": [
              {
                "url": "descriptionId",
                "valueId": "2579431000000117"
              },
              {
                "url": "descriptionDisplay",
                "valueString": "Serum alanine aminotransferase level"
              }
            ],
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescId"
          }
        ],
        "system": "http://snomed.info/sct",
        "code": "1018251000000107",
        "display": "Serum alanine aminotransferase level"
      }
    ],
    "text": "Alanine transaminase"
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
    "display": "JONES, Alice (NHS: 9912003444)"
  },
  "valueQuantity": {
    "value": 34,
    "unit": "U/L",
    "system": "http://unitsofmeasure.org",
    "code": "U/L"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/ValueSet/observation-interpretation",
          "code": "H",
          "display": "High"
        }
      ],
      "text": "High"
    }
  ]
}