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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeObservation
IdObservation-mni-obs-estimatedDateOfDelivery-example1.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 mni-obs-estimatedDateOfDelivery-example1

status: Final

code: Estimated date of delivery

subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)

value: 2020-09-01


Source1

{
  "resourceType": "Observation",
  "id": "mni-obs-estimatedDateOfDelivery-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-obs-estimatedDateOfDelivery"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "161714006",
        "display": "Estimated date of delivery"
      }
    ]
  },
  "subject": {
    "reference": "Patient/mni-patient-example1"
  },
  "valueDateTime": "2020-09-01"
}