Projo FHIR Documentation
0.1.0 - ci-build
Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2024-01-01 |
{
"resourceType" : "CodeSystem",
"id" : "cr-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cr-category</b></p><a name=\"cr-category\"> </a><a name=\"hccr-category\"> </a><p>This case-sensitive code system <code>https://projo.evoleen.com/fhir/CodeSystem/cr-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">identity-resolution-required<a name=\"cr-category-identity-resolution-required\"> </a></td><td>Identity resolution required</td><td>Reverse CommunicationRequest: the sidecar could not attach an inbound WhatsApp message to an existing Patient/Practitioner/RelatedPerson and is asking the orchestrator to resolve.</td></tr><tr><td style=\"white-space:nowrap\">reminder<a name=\"cr-category-reminder\"> </a></td><td>Reminder</td><td>Reminder CommunicationRequest created by the orchestrator's sweeper; basedOn=parent CR; category=reminder.</td></tr></table></div>"
},
"url" : "https://projo.evoleen.com/fhir/CodeSystem/cr-category",
"version" : "0.1.0",
"name" : "CrCategory",
"title" : "Fire Arrow CommunicationRequest Category",
"status" : "draft",
"experimental" : true,
"date" : "2024-01-01",
"publisher" : "Projo",
"contact" : [
{
"name" : "Projo",
"telecom" : [
{
"system" : "url",
"value" : "https://projo.evoleen.com"
}
]
}
],
"description" : "Category on CommunicationRequest. The two projo-relevant categories are: identity-resolution-required (reverse CR — sidecar could not attach an inbound message to an existing identity and asks the orchestrator to resolve) and reminder (orchestrator-created reminder CR, basedOn=parent CR).",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CH",
"display" : "Switzerland"
}
]
}
],
"purpose" : "Documentation-only artifact. Projo's runtime extensions, code systems, identifier systems and search parameter are TypeScript constants and bootstrap-time resources, NOT deployed StructureDefinitions. This StructureDefinition exists to document the contract; the source of truth is src/functions/src/lib/fhir/types.ts and docs/FHIR_EXTENSIONS.md.",
"copyright" : "Copyright (c) Projo. Licensed under CC0-1.0 (public domain dedication). FHIR(R) is the registered trademark of HL7 and is used with permission. This IG references WhatsApp(R), a trademark of Meta Platforms, Inc., for descriptive purposes only.",
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "identity-resolution-required",
"display" : "Identity resolution required",
"definition" : "Reverse CommunicationRequest: the sidecar could not attach an inbound WhatsApp message to an existing Patient/Practitioner/RelatedPerson and is asking the orchestrator to resolve."
},
{
"code" : "reminder",
"display" : "Reminder",
"definition" : "Reminder CommunicationRequest created by the orchestrator's sweeper; basedOn=parent CR; category=reminder."
}
]
}