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

FHIR IG analytics

Packagecsiro.stars
Resource TypeObservation
IdObservation-observation-example-category3-bat-ABLVPt.json
FHIR VersionR5

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

Generated Narrative: Observation observation-example-category3-bat-ABLVPt

identifier: example obs 1

status: Final

code: Australian Bat Lyssavirus - Pteropid RT - TaqMan Assay

effective: 2022-11-28 10:30:10+1000

issued: 2022-11-29 10:30:10+1000

value: 36.6 Cycle Threshold

interpretation: Positive

component

code: Polymerase chain reaction observation

value: 36.8 Cycle Threshold

interpretation: Detected

component

code: Polymerase chain reaction observation

value: 36.4 Cycle Threshold

interpretation: Detected


Source1

{
  "resourceType": "Observation",
  "id": "observation-example-category3-bat-ABLVPt",
  "meta": {
    "profile": [
      "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-observation-result"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "example obs 1"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/analysis-stars",
        "code": "XR10002",
        "display": "Australian Bat Lyssavirus - Pteropid RT - TaqMan Assay"
      }
    ]
  },
  "effectiveInstant": "2022-11-28T10:30:10+10:00",
  "issued": "2022-11-29T10:30:10+10:00",
  "valueQuantity": {
    "value": 36.6,
    "unit": "Cycle Threshold"
  },
  "interpretation": [
    {
      "text": "Positive"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "315010001",
            "display": "Polymerase chain reaction observation"
          }
        ]
      },
      "valueQuantity": {
        "value": 36.8,
        "unit": "Cycle Threshold"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "DET",
              "display": "Detected"
            }
          ]
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "315010001",
            "display": "Polymerase chain reaction observation"
          }
        ]
      },
      "valueQuantity": {
        "value": 36.4,
        "unit": "Cycle Threshold"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "DET",
              "display": "Detected"
            }
          ]
        }
      ]
    }
  ]
}