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

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeCodeSystem
IdCodeSystem-supplydelivery-supplyitemcondition.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/oo-incubator/CodeSystem-supplydelivery-supplyitemcondition.html
URLhttp://hl7.org/fhir/supplydelivery-supplyitemcondition
Version0.1.0
Statusactive
Date2021-01-05T10:01:24+11:00
NameSupplyDeliverySupplyItemCondition
TitleSupply Delivery Supply Item Condition
Realmuv
Authorityhl7
DescriptionStatus of the supply delivery.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.oo-incubator#currentsupplydelivery-supplyitemconditionSupply Delivery Supply Item Condition Values

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem supplydelivery-supplyitemcondition

This case-sensitive code system http://hl7.org/fhir/supplydelivery-supplyitemcondition defines the following codes:

CodeDisplayDefinition
normal NormalSupplied item is in normal condition.
damaged DamagedItem is damaged.

Source1

{
  "resourceType": "CodeSystem",
  "id": "supplydelivery-supplyitemcondition",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/supplydelivery-supplyitemcondition",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2132"
    }
  ],
  "version": "0.1.0",
  "name": "SupplyDeliverySupplyItemCondition",
  "title": "Supply Delivery Supply Item Condition",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "name": "HL7 Orders and Observations Workgroup",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        },
        {
          "system": "email",
          "value": "ord@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Status of the supply delivery.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/oo-incubator/ValueSet/supplydelivery-supplyitemcondition",
  "content": "complete",
  "concept": [
    {
      "code": "normal",
      "display": "Normal",
      "definition": "Supplied item is in normal condition."
    },
    {
      "code": "damaged",
      "display": "Damaged",
      "definition": "Item is damaged."
    }
  ]
}