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

FHIR IG analytics

Packageehealth4u.package
Resource TypeObservation
IdPregnancy EDD.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": "cyehrexpecteddeliverydate-mariaiosif",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-pregnancyedd"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "161714006",
        "display": "Estimated date of delivery"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cyehrpratient-mariaiosif",
    "type": "Patient",
    "display": "Patient Maria Iosif"
  },
  "encounter": {
    "reference": "encounter-mariaiosif-helenegeorgiou-1"
  },
  "effectiveDateTime": "2015-08-23",
  "performer": {
    "reference": "cyehrpractitioner-helengeorgiou1",
    "type": "Practitioner",
    "display": "Doctor Helen Georgiou"
  },
  "valueDateTime": "2015-11-23",
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "CAR",
          "display": "Carrier"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Patient is healthy"
    }
  ]
}