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

FHIR IG analytics

Packagetsti.adultcheck
Resource TypeObservation
IdObservation-observation-lab-triglycerides-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "observation-lab-triglycerides-example",
  "meta": {
    "profile": [
      "https://tstifhir.azurehealthcareapis.com/StructureDefinition/ObservationLab-adultcheck"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "code": "MRT",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://tsti.hospital.com",
      "value": "000120230721"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
        "code": "09004C",
        "display": "三酸甘油脂"
      }
    ]
  },
  "performer": [
    {
      "reference": "Organization/org-test-example"
    }
  ],
  "valueQuantity": {
    "value": 80,
    "unit": "mg/dl"
  },
  "referenceRange": [
    {
      "high": {
        "value": 149,
        "unit": "mg/dl"
      },
      "low": {
        "value": 40,
        "unit": "mg/dl"
      }
    }
  ],
  "status": "preliminary",
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2022-08-01T17:00:14-05:00"
}