Sha256: c1d913be8b4df8a986fd3b24e69f59be803d88155d174195bc634c7ca13a50d3

Contents?: true

Size: 1.63 KB

Versions: 10

Compression:

Stored size: 1.63 KB

Contents

{
  "resourceType": "NutritionOrder",
  "id": "proteinsupplement",
  "identifier": [
    {
      "system": "http://goodhealthhospital.org/nutrition-requests",
      "value": "123"
    }
  ],
  "status": "active",
  "intent": "order",
  "patient": {
    "reference": "Patient/example",
    "display": "Peter Chalmers"
  },
  "encounter": {
    "reference": "Encounter/example",
    "display": "Inpatient"
  },
  "dateTime": "2014-09-17",
  "orderer": {
    "reference": "Practitioner/example",
    "display": "Dr Adam Careful"
  },
  "supplement": [
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "442991000124104",
            "display": "Adult high protein formula"
          },
          {
            "system": "http://goodhealthhospital.org/supplement-type-codes",
            "code": "1000",
            "display": "High Protein Powder"
          }
        ],
        "text": "High Protein Powder"
      },
      "productName": "Beneprotein",
      "schedule": [
        {
          "repeat": {
            "boundsPeriod": {
              "start": "2015-02-10"
            },
            "when": [
              "C"
            ]
          }
        }
      ],
      "quantity": {
        "value": 1,
        "unit": "scoop",
        "system": "http://unitsofmeasure.org",
        "code": "{scoop}"
      },
      "instruction": "Beneprotein 1 scoop TID with meal.starting on  2015-02-10"
    }
  ],
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json
fhir_models-4.2.2 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json
fhir_models-4.2.1 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json
fhir_models-4.2.0 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json
fhir_models-4.1.2 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json
fhir_models-4.1.1 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json
fhir_models-4.1.0 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json
fhir_models-4.0.2 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json
fhir_models-4.0.1 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json
fhir_models-4.0.0 lib/fhir_models/examples/json/nutritionorder-example-proteinsupplement.json