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

FHIR IG analytics

Packagefi.digious.kanta.test
Resource TypeObservation
IdObservation-example-CarbohydrateIntakeEstimated-min.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

asd

Source1

{
  "resourceType": "Observation",
  "id": "2894b2e6-7ebf-4c33-93e4-31935effff22",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-05-17T13:18:24.407+03:00",
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-sd-macronutrientintake"
    ]
  },
  "language": "fi",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:be18620b-ee17-4bd6-8304-102fdd10a38d"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://phr.kanta.fi/CodeSystem/fiphr-cs-observationcategory",
          "code": "nutrition",
          "display": "Nutrition"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9059-7",
        "display": "Carbohydrate intake Estimated"
      }
    ]
  },
  "subject": {
    "reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad"
  },
  "effectiveDateTime": "2019-05-17",
  "issued": "2019-05-17T13:15:25.665+03:00",
  "performer": [
    {
      "reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad"
    }
  ],
  "valueQuantity": {
    "value": 10,
    "unit": "g",
    "system": "http://unitsofmeasure.org",
    "code": "g"
  }
}