FHIR IG analytics| Package | hl7.fhir.uv.testing |
| Resource Type | CodeSystem |
| Id | CodeSystem-assert-direction-codes.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-assert-direction-codes.html |
| URL | http://hl7.org/fhir/assert-direction-codes |
| Version | 0.1.0-SNAPSHOT |
| Status | draft |
| Date | 2021-01-05T10:01:24+11:00 |
| Name | AssertionDirectionType |
| Title | Assertion Direction Type |
| Realm | uv |
| Authority | hl7 |
| Description | The type of direction to use for assertion. |
| Content | complete |
| ValueSet | |
| assert-direction-codes | Assertion Direction Type Value Set |
| R4-assert-direction-codes-for-R4B | Cross-version VS for R4.AssertionDirectionType for use in FHIR R4B |
| R2-assert-direction-codes-for-R4B | Cross-version VS for R2.AssertionDirectionType for use in FHIR R4B |
| R3-assert-direction-codes-for-R4B | Cross-version VS for R3.AssertionDirectionType for use in FHIR R4B |
| R4-assert-direction-codes-for-R5 | Cross-version VS for R4.AssertionDirectionType for use in FHIR R5 |
| R2-assert-direction-codes-for-R5 | Cross-version VS for R2.AssertionDirectionType for use in FHIR R5 |
| R3-assert-direction-codes-for-R5 | Cross-version VS for R3.AssertionDirectionType for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem assert-direction-codes
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/assert-direction-codes defines the following codes:
| Code | Definition |
| response | The assertion is evaluated on the response. This is the default value. |
| request | The assertion is evaluated on the request. |
{
"resourceType": "CodeSystem",
"id": "assert-direction-codes",
"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": 4
}
],
"url": "http://hl7.org/fhir/assert-direction-codes",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.707"
},
{
"use": "old",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.695"
},
{
"use": "old",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.2.359"
}
],
"version": "0.1.0-SNAPSHOT",
"name": "AssertionDirectionType",
"title": "Assertion Direction 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 direction to use for assertion.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/assert-direction-codes|0.1.0-SNAPSHOT",
"content": "complete",
"concept": [
{
"code": "response",
"display": "response",
"definition": "The assertion is evaluated on the response. This is the default value."
},
{
"code": "request",
"display": "request",
"definition": "The assertion is evaluated on the request."
}
]
}