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

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypeObservation
IdObservation-CardioRemotoLaboratoryObservationExample.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

Resultado de creatinina sérica utilizado para acompanhamento da função renal do paciente.

Source1

{
  "resourceType": "Observation",
  "id": "CardioRemotoLaboratoryObservationExample",
  "meta": {
    "profile": [
      "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-laboratory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://cardioremoto.ufpb.br/fhir/NamingSystem/laboratory-observation-id",
      "value": "LAB-000001"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2160-0",
        "display": "Creatinine [Mass/volume] in Serum or Plasma"
      }
    ],
    "text": "Creatinina sérica"
  },
  "subject": {
    "reference": "Patient/CardioRemotoPatientExample"
  },
  "encounter": {
    "reference": "Encounter/CardioRemotoEncounterExample"
  },
  "effectiveDateTime": "2026-07-12T08:45:00Z",
  "issued": "2026-07-12T09:00:00Z",
  "performer": [
    {
      "reference": "Practitioner/CardioRemotoPractitionerExample"
    }
  ],
  "valueQuantity": {
    "value": 1.1,
    "unit": "mg/dL",
    "system": "http://unitsofmeasure.org",
    "code": "mg/dL"
  },
  "interpretation": [
    {
      "text": "Resultado dentro da faixa de referência."
    }
  ],
  "note": [
    {
      "text": "Função renal preservada durante o acompanhamento."
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 0.7,
        "unit": "mg/dL",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      },
      "high": {
        "value": 1.3,
        "unit": "mg/dL",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      }
    }
  ]
}