Sha256: 3a9b63c24cbdca260cd5662aee4b34d475af4c3648ad7639ccd24dc8c3178b4a

Contents?: true

Size: 849 Bytes

Versions: 7

Compression:

Stored size: 849 Bytes

Contents

{
  "resourceType": "Substance",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 1463</p><p><b>category</b>: Allergen <span>(Details : {http://hl7.org.fhir/substance-category code 'allergen' = '??', given as 'Allergen'})</span></p><p><b>code</b>: apitoxin (Honey Bee Venom) <span>(Details )</span></p></div>"
  },
  "identifier": [
    {
      "system": "http://acme.org/identifiers/substances",
      "value": "1463"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org.fhir/substance-category",
          "code": "allergen",
          "display": "Allergen"
        }
      ]
    }
  ],
  "code": {
    "text": "apitoxin (Honey Bee Venom)"
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/json/substance-example.json
fhir_models-1.6.7 lib/fhir_models/examples/json/substance-example.json
fhir_models-1.6.6 lib/fhir_models/examples/json/substance-example.json
fhir_models-1.6.4 lib/fhir_models/examples/json/substance-example.json
fhir_models-1.6.3 examples/json/substance-example.json
fhir_models-1.6.2 examples/json/substance-example.json
fhir_models-1.6.1 examples/json/substance-example.json