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

FHIR IG analytics

Packagehl7.fhir.pt.obs-neonat
Resource TypeObservation
IdObservation-puerperium-ex.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 puerperium-ex

identifier: http:/example.org/4

status: Final

code: Puerperium observable (observable entity)

value: Normal puerperium (finding)


Source1

{
  "resourceType": "Observation",
  "id": "puerperium-ex",
  "meta": {
    "profile": [
      "https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Puerperium"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http:/example.org",
      "value": "4"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "597951000005108",
        "display": "Puerperium observable (observable entity)"
      }
    ]
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "597961000005105",
        "display": "Normal puerperium (finding)"
      }
    ]
  }
}