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

FHIR IG analytics

Packagehl7.fhir.pt.obs-neonat
Resource TypeObservation
IdObservation-congenital-example.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: Observation congenital-example

status: Final

code: Congenital anomalies of the newborn [US Standard Certificate of Live Birth]

value: No abnormality detected - examination result


Source1

{
  "resourceType": "Observation",
  "id": "congenital-example",
  "meta": {
    "profile": [
      "https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Congenital"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "73780-9",
        "display": "Congenital anomalies of the newborn [US Standard Certificate of Live Birth]"
      }
    ]
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "282332003",
        "display": "No abnormality detected - examination result"
      }
    ]
  }
}