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

FHIR IG analytics

Packagebr.gov.saude.ccu
Resource TypeObservation
IdObservation-ExameClinicoBruna.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

Generated Narrative: Observation ExameClinicoBruna

status: Final

code: Phys find Cvx

subject: Bundle: identifier = https://fhir.fabrica.inf.ufg.br/ccu/sid/laboratorio#NumeroExame#243623; type = document; timestamp = 2023-12-14 08:00:00-0300

effective: 2023-12-07

performer: Identifier: CNS/234.234.567

component

code: Inspect Cervix Study

value: Normal

component

code: Sexually transmitted diseases [Minimum Data Set]

value: true


Source1

{
  "resourceType": "Observation",
  "id": "ExameClinicoBruna",
  "meta": {
    "profile": [
      "https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/exame-clinico"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "32423-6"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:0242d5cf-6316-4ddd-b398-168af8aaeb01"
  },
  "effectiveDateTime": "2023-12-07",
  "performer": [
    {
      "identifier": {
        "system": "https://fhir.fabrica.inf.ufg.br/ccu/sid/cns",
        "value": "234.234.567"
      }
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "12044-4"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/resultado-inspecao-colo",
            "code": "normal"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "45687-1"
          }
        ]
      },
      "valueBoolean": true
    }
  ]
}