FHIR IG analytics| Package | hl7.fhir.uv.testing |
| Resource Type | CodeSystem |
| Id | CodeSystem-testplan-counttype.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-testplan-counttype.html |
| URL | http://hl7.org/fhir/testplan-counttype |
| Version | 0.1.0-SNAPSHOT |
| Status | draft |
| Date | 2021-01-05T10:01:24+11:00 |
| Name | InventoryCountType |
| Title | Inventory Count Type |
| Realm | uv |
| Authority | hl7 |
| Description | The type of count. |
| Content | complete |
| ValueSet | |
| testplan-counttype | Inventory Count Type Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem testplan-counttype
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/testplan-counttype defines the following codes:
{
"resourceType": "CodeSystem",
"id": "testplan-counttype",
"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": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
}
],
"url": "http://hl7.org/fhir/testplan-counttype",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.1926"
}
],
"version": "0.1.0-SNAPSHOT",
"name": "InventoryCountType",
"title": "Inventory Count Type",
"status": "draft",
"experimental": false,
"date": "2021-01-05T10:01:24+11:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "The type of count.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/testplan-counttype|0.1.0-SNAPSHOT",
"content": "complete",
"concept": [
{
"code": "snapshot",
"display": "Snapshot",
"definition": "The inventory report is a current absolute snapshot, i.e. it represents the quantities at hand."
},
{
"code": "difference",
"display": "Difference",
"definition": "The inventory report is about the difference between a previous count and a current count, i.e. it represents the items that have been added/subtracted from inventory."
}
]
}