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

FHIR IG analytics

Packagebr.go.ses.exame
Resource TypeServiceRequest
IdServiceRequest-a1b2c3d4-e5f6-7890-abcd-ef1234567890.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

Narrativa gerada: ServiceRequest a1b2c3d4-e5f6-7890-abcd-ef1234567890

status: Completed

intent: Order

category: Diagnóstico em laboratório clínico

code: CBC (hemogram) Sg Auto

subject: Identifier: CPF/1234567879

reasonCode: Anemia por deficiência de ferro não especificada


Source1

{
  "resourceType": "ServiceRequest",
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/exame/StructureDefinition/suspeita-diagnostica-investigada"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRSubgrupoTabelaSUS",
          "code": "0202"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "58410-2"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://fhir.saude.go.gov.br/sid/cpf",
      "value": "1234567879"
    }
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCID10",
          "code": "D509"
        }
      ]
    }
  ]
}