FHIR IG analytics| Package | hl7.fhir.uv.oo-incubator |
| Resource Type | CodeSystem |
| Id | CodeSystem-transport-intent.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/oo-incubator/CodeSystem-transport-intent.html |
| URL | http://hl7.org/fhir/transport-intent |
| Version | 0.1.0 |
| Status | draft |
| Date | 2021-01-05T10:01:24+11:00 |
| Name | TransportIntentCS |
| Title | Transport Intent Code System |
| Realm | uv |
| Authority | hl7 |
| Description | Distinguishes whether the transport is a proposal, plan or full order. |
| Content | complete |
| ValueSet | |
| transport-intent | Transport Intent Value Set |
| R5-transport-intent-for-R4B | Cross-version VS for R5.TransportIntent for use in FHIR R4B |
| R5-transport-intent-for-R4 | Cross-version VS for R5.TransportIntent for use in FHIR R4 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem transport-intent
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/transport-intent defines the following code:
{
"resourceType": "CodeSystem",
"id": "transport-intent",
"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": 2
}
],
"url": "http://hl7.org/fhir/transport-intent",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.1928"
}
],
"version": "0.1.0",
"name": "TransportIntentCS",
"title": "Transport Intent Code System",
"status": "draft",
"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": "oo@lists.HL7.org"
}
]
}
],
"description": "Distinguishes whether the transport is a proposal, plan or full order.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "unknown",
"display": "Unknown",
"definition": "The intent is not known. When dealing with Transport, it's not always known (or relevant) how the transport was initiated - i.e. whether it was proposed, planned, ordered or just done spontaneously."
}
]
}