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

FHIR IG analytics

Packagebr.go.ses.exame
Resource TypeObservation
IdObservation-hemacias.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": "hemacias",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/exame/StructureDefinition/exame-simples"
    ]
  },
  "contained": [
    {
      "resourceType": "Specimen",
      "id": "amostra",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
            "code": "BLD"
          }
        ]
      },
      "collection": {
        "collectedDateTime": "2024-07-24T10:00:00-03:00"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRSubgrupoTabelaSUS",
          "code": "0202"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "789-8"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://fhir.saude.go.gov.br/sid/cpf",
      "value": "01234567891"
    }
  },
  "issued": "2024-08-02T11:41:00-03:00",
  "performer": [
    {
      "id": "estabelecimentoPrincipal",
      "identifier": {
        "system": "https://fhir.saude.go.gov.br/sid/cnes",
        "value": "2337991"
      }
    },
    {
      "id": "responsavelTecnico",
      "extension": [
        {
          "extension": [
            {
              "url": "conselhoProfissional",
              "valueCode": "69"
            },
            {
              "url": "regiao",
              "valueCode": "52"
            },
            {
              "url": "inscricao",
              "valueString": "1234"
            }
          ],
          "url": "https://fhir.saude.go.gov.br/r4/exame/StructureDefinition/conselho-profissional"
        }
      ],
      "identifier": {
        "system": "https://fhir.saude.go.gov.br/sid/cpf",
        "value": "12345678900"
      }
    },
    {
      "id": "responsavelResultado",
      "extension": [
        {
          "extension": [
            {
              "url": "conselhoProfissional",
              "valueCode": "69"
            },
            {
              "url": "regiao",
              "valueCode": "52"
            },
            {
              "url": "inscricao",
              "valueString": "1234"
            }
          ],
          "url": "https://fhir.saude.go.gov.br/r4/exame/StructureDefinition/conselho-profissional"
        }
      ],
      "identifier": {
        "system": "https://fhir.saude.go.gov.br/sid/cpf",
        "value": "00011111100"
      }
    }
  ],
  "valueQuantity": {
    "value": 5.9,
    "system": "http://unitsofmeasure.org",
    "code": "10*12/L"
  },
  "method": {
    "text": "Automatizado – Cell-Dyn Ruby, Abbott e Microscopia"
  },
  "specimen": {
    "reference": "#amostra"
  },
  "referenceRange": [
    {
      "low": {
        "value": 4.5,
        "system": "http://unitsofmeasure.org",
        "code": "10*12/L"
      },
      "high": {
        "value": 6,
        "system": "http://unitsofmeasure.org",
        "code": "10*12/L"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal"
          }
        ]
      }
    }
  ]
}